Thread: Saved Variables
View Single Post
12-12-15, 11:28 AM   #8
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
I know this thread is pretty old, but i would like to correct a major error with Phanx'es code, which is probably just a typo:

Lua Code:
  1. if not type(dst) then
  2.     dst = { }
  3. end

If the not is not there it will auto reset your settings to the default one every time you log in.
  Reply With Quote