Mercurial > wow > wowdb-profiler
log Main.lua @ 83:f279148e3298
age | author | description |
---|---|---|
Wed, 22 Aug 2012 15:15:30 -0500 | James D. Callahan III | Ignore money completely (for now). Revert to using names for certain objects since Archaeology doesn't produce a GUID. 1.0.1 |
Wed, 22 Aug 2012 13:45:24 -0500 | James D. Callahan III | Writing Lua using Python syntax isn't very productive. |
Wed, 22 Aug 2012 13:33:47 -0500 | James D. Callahan III | Blacklist GUIDs only after the LOOT_OPENED handler has been run. |
Wed, 22 Aug 2012 13:20:21 -0500 | James D. Callahan III | Ignore loot_list if empty. Hold NPC GUIDs in a loot registry to avoid recording the same NPC loot multiple times. |
Wed, 22 Aug 2012 12:49:42 -0500 | James D. Callahan III | Handle loot sources by GUID instead of by ID to get accurate drop counts. |
Tue, 21 Aug 2012 22:57:34 -0500 | James D. Callahan III | Only count loot sources once per loot event. Actually record money. |
Tue, 21 Aug 2012 15:56:41 -0500 | James D. Callahan III | Re-add object/action quantifier. Minor cleanup. |