Thread: Negative gold
View Single Post
02/05/22, 10:50 AM   #8
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,011
Is z a local defined variable in your file? Else it pollutes the global namespace table _G as _G["z"].
You should make it local then so it does not accidently overwrite any other addon's variable called z
  Reply With Quote