Mercurial > wow > inventory
changeset 66:057f6661ad9d
Accidentally removed the database patcher call from the OnInitialize.
| author | Zerotorescue | 
|---|---|
| date | Thu, 23 Dec 2010 13:32:19 +0100 | 
| parents | ac1189599769 | 
| children | 67181b118bed | 
| files | Core.lua | 
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] | 
line wrap: on
 line diff
--- a/Core.lua Thu Dec 23 03:19:27 2010 +0100 +++ b/Core.lua Thu Dec 23 13:32:19 2010 +0100 @@ -117,6 +117,8 @@ -- Default to tracking on all chars, untracking is a convenience, not tracking by default would probably get multiple issue reports. self.db.profile.defaults.trackAtCharacters[playerName] = true; end + + self:UpdateDatabase(); end
