# HG changeset patch # User Zerotorescue # Date 1293107539 -3600 # Node ID 057f6661ad9dbee54393cf592a0e9e6a31790705 # Parent ac1189599769f80c4dbbdd6e87bd6f2c84321285 Accidentally removed the database patcher call from the OnInitialize. diff -r ac1189599769 -r 057f6661ad9d Core.lua --- 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