2012-12-10  James D. Callahan III  <jcallahan@curse.com>

[c68b7c7b6b92] [tip]
* .hgtags:

Added tag 1.0.32 for changeset 83fdf52f0310


[83fdf52f0310] [1.0.32]
* Constants.lua, Main.lua:

Record drops from World Bosses.


2012-12-05  James D. Callahan III  <jcallahan@curse.com>

[037e67c37222]
* .hgtags:

Added tag 1.0.31 for changeset df1cdcd46fe1


[df1cdcd46fe1] [1.0.31]
* Main.lua:

Only record an item's suffix_id and unique_id of the link's suffix_id is non-zero.


2012-12-04  James D. Callahan III  <jcallahan@curse.com>

[2d2791de8a7c]
* .hgtags:

Added tag 1.0.30 for changeset 7fdf97c18c86


[7fdf97c18c86] [1.0.30]
* Main.lua:

Store suffix_id and unique_id for items.


2012-11-30  James D. Callahan III  <jcallahan@curse.com>

[541d1d24c456]
* .hgtags:

Added tag 1.0.29 for changeset 45ba0fad1fe4


[45ba0fad1fe4] [1.0.29]
* Main.lua:

Update DB_VERSION to 13


[e7a077f63a9a]
* .hgtags:

Added tag 1.0.28 for changeset 85c713407c4f


[85c713407c4f] [1.0.28]
* Main.lua:

Use "npc" rather than "target" for merchants - hopefully this stops wrongly-recorded information based on race conditions


2012-11-28  James D. Callahan III  <jcallahan@curse.com>

[26e73084ffda]
* .hgtags:

Added tag 1.0.27 for changeset 06cf966723a3


[06cf966723a3] [1.0.27]
* WoWDBProfiler.toc:

Updated interface version to 50100.


2012-11-26  James D. Callahan III  <jcallahan@curse.com>

[114244417fc7]
* .hgtags:

Added tag 1.0.26 for changeset 5346ba9b6419


2012-11-21  James D. Callahan III  <jcallahan@curse.com>

[5346ba9b6419] [1.0.26]
* Main.lua:

Check for nil item string before attempting to get an upgrade ID.


2012-11-19  James D. Callahan III  <jcallahan@curse.com>

[936e2c9a4633]
* .hgtags:

Added tag 1.0.25 for changeset 35c95e0bce3f


[35c95e0bce3f] [1.0.25]
* Main.lua:

Record locations of Item Upgrade Masters.


2012-11-14  James D. Callahan III  <jcallahan@curse.com>

[8403f65de41a]
* .hgtags:

Added tag 1.0.24 for changeset e4d0f924af08


[e4d0f924af08] [1.0.24]
* Main.lua:

Added recording of item upgrade IDs.


2012-11-12  James D. Callahan III  <jcallahan@curse.com>

[88d74e7b51ce]
* .hgtags:

Added tag 1.0.23 for changeset 3a8bed7265b9


[3a8bed7265b9] [1.0.23]
* Constants.lua:

Corrected IDs for Qiang the Merciless, Subetai the Swift, and Meng the Demented.


[5117c75a47cb]
* Main.lua:

Stop worrying about whether or not the player is in an LFR dungeon; if an LFR boss is matched, simply record it. If SHOW_LOOT_TOAST doesn't fire, nothing will be recorded as LOOKING_FOR_RAID.


2012-11-11  James D. Callahan III  <jcallahan@curse.com>

[1078a6d1c4c9]
* Main.lua:

Move GUID check to after RAID_FINDER_BOSS_IDS check; we only care about targeting for reputation gains - Raid Finder bosses should be recorded regardless.


2012-11-08  James D. Callahan III  <jcallahan@curse.com>

[5d166590440e]
* Main.lua:

Added debug prints along the LFR codepath.


2012-11-06  James D. Callahan III  <jcallahan@curse.com>

[28f625161b23]
* Constants.lua:

Added IDs for four more LFR bosses.


[466187ddb947]
* Main.lua:

Removed some unneeded Debug prints.


[f5e3662ed5f9]
* Main.lua:

Changed "raid_finder_loot" to "drops" and changed to nilling the boss ID when it's used, rather than on a timer (since it'll be overwritten anyway).


2012-11-03  James D. Callahan III  <jcallahan@curse.com>

[ac673d315d61]
* Main.lua:

Trying SHOW_LOOT_TOAST instead of CHAT_MSG_LOOT.


[2fdc940c1748]
* Constants.lua, Main.lua:

Added support for recording Raid Finder boss loot.


2012-11-01  James D. Callahan III  <jcallahan@curse.com>

[48b43068e2e0]
* Main.lua:

Renamed the LOOT_UPDATE/VERIFY_FUNCS tables to LOOT_OPENED_X for clarification.


[ac9f0ccb27a8]
* Main.lua:

reputation_npc_id --> last_killed_npc_id and ClearReputationNPC --> ClearLastKilledNPC


