Mercurial > wow > wowdb-profiler
changeset 339:e4abf4f04db3 WoD
Accounted for GUID delimiter change in latest WoD build and added a new psuedoloot item.
author | MMOSimca <MMOSimca@gmail.com> |
---|---|
date | Thu, 18 Sep 2014 04:38:51 -0400 |
parents | 9b683a560ed3 |
children | d708222fe96b |
files | Constants.lua Main.lua |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Constants.lua Sat Sep 06 02:57:57 2014 -0400 +++ b/Constants.lua Thu Sep 18 04:38:51 2014 -0400 @@ -86,6 +86,7 @@ [168180] = 114120, -- Big Crate of Salvage [171513] = 116414, -- Pet Supplies [175767] = 118697, -- Big Bag of Pet Supplies + [178508] = 120321, -- Mystery Bag } private.RAID_BOSS_BONUS_SPELL_ID_TO_NPC_ID_MAP = {
--- a/Main.lua Sat Sep 06 02:57:57 2014 -0400 +++ b/Main.lua Thu Sep 18 04:38:51 2014 -0400 @@ -487,7 +487,7 @@ end -- We might want to use some of this new information later, but leaving the returns alone for now - local unit_type_name, unk_id1, server_id, instance_id, unk_id2, unit_idnum, spawn_id = (":"):split(guid) + local unit_type_name, unk_id1, server_id, instance_id, unk_id2, unit_idnum, spawn_id = ("-"):split(guid) local unit_type = MatchUnitTypes(unit_type_name) if unit_type ~= UNIT_TYPES.PLAYER and unit_type ~= UNIT_TYPES.PET and unit_type ~= UNIT_TYPES.ITEM then