Mercurial > wow > wowdb-profiler
log Main.lua @ 220:62434c87d375
age | author | description |
---|---|---|
Fri, 25 Jan 2013 16:37:13 -0600 | James D. Callahan III | Handle recording of reforged items which have an upgrade ID. |
Fri, 25 Jan 2013 15:47:56 -0600 | James D. Callahan III | Record stats for items with upgrade IDs, skipping those which have been reforged for now. Upped DB_VERSION to 15. |
Thu, 24 Jan 2013 13:15:30 -0600 | James D. Callahan III | Removed code dealing with blacklisted battleground maps. |
Tue, 22 Jan 2013 15:21:44 -0600 | James D. Callahan III | Move from a singular GUID loot registry to a registry per loot type - this fixes a bug where, for example, looting an NPC and then using herb gathering on it would not record what was gained from the herb gathering. |
Tue, 22 Jan 2013 13:20:54 -0600 | James D. Callahan III | More consistent usage of ClearKilledBossID() as well as calling it in two cases where ClearKilledNPC() is called in the UNIT_DIED handler of COMBAT_LOG_FUNCS. |
Tue, 22 Jan 2013 12:23:35 -0600 | James D. Callahan III | Rename PlayerTarget() to TargetedNPC() |