Mercurial > wow > inventory
diff Core.lua @ 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 | 6329ee822172 |
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