Quantcast

Moved addon:ResetGUI() fron ARLFrame.lua to ARLConfig.lua as a file-local function, since it is only used there from the config options.

Author torhal <torhal@dummy.example.com>
Author date 2009-11-19 06:36:22
Author local date 2009-11-19 06:36:22 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-11-19 06:36:22
Committer local date 2009-11-19 06:36:22 +0000
Commit 47cc89a891cde102ce5ddbd2051270624d96f56d
Tree 6158b33f65692621c048bffb5bf8af6389bc490e
Parent 81ff72f78232848a8f6d33d1c7ed7cef69e4a94a
Moved addon:ResetGUI() fron ARLFrame.lua to ARLConfig.lua as a file-local function, since it is only used there from the config options.
Moved the player profession-setting code from addon:OnEnable() to Player.lua as Player:SetProfessions() with a slight re-write - at some point this should be used when a player learns/unlearns professions.
Added some TODO comments throughout the code for variables set on the Player table which have no current use, and for functions which should be used for more than their current context.