Quantcast

Moved all of the database-related tables into file scope.

Author torhal <torhal@dummy.example.com>
Author date 2009-11-11 07:13:17
Author local date 2009-11-11 07:13:17 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-11-11 07:13:17
Committer local date 2009-11-11 07:13:17 +0000
Commit 31890f8b7e467774bf0a5cfca85fc682aeb312ae
Tree 5b517b3917be9e7f42f58b0656cc803792b56369
Parent ee87d2c7df8b172d608d60673f0d47872ac042e6
Moved all of the database-related tables into file scope.
Moved creation of the scan button from addon:OnEnable() to addon:OnInitialize().
All player initialization is done from within addon:OnEnable() instead of addon:Scan(), and no longer has its own function.
GetKnownProfessions() no longer exists - its code is done directly within the player initialization.