Mercurial > wow > inventory
comparison 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 |
comparison
equal
deleted
inserted
replaced
65:ac1189599769 | 66:057f6661ad9d |
---|---|
115 self.db.factionrealm.characters[playerName] = true; | 115 self.db.factionrealm.characters[playerName] = true; |
116 | 116 |
117 -- Default to tracking on all chars, untracking is a convenience, not tracking by default would probably get multiple issue reports. | 117 -- Default to tracking on all chars, untracking is a convenience, not tracking by default would probably get multiple issue reports. |
118 self.db.profile.defaults.trackAtCharacters[playerName] = true; | 118 self.db.profile.defaults.trackAtCharacters[playerName] = true; |
119 end | 119 end |
120 | |
121 self:UpdateDatabase(); | |
120 end | 122 end |
121 | 123 |
122 | 124 |
123 | 125 |
124 | 126 |