View Single Post
04-19-15, 09:36 AM   #6
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
Originally Posted by Etul View Post
Lua Code:
  1. -- Table for saved variables
  2. NpcData = {}
That is a horrible global name for a variable. Add the word local in front.
  Reply With Quote