# HG changeset patch # User MMOSimca # Date 1411029531 14400 # Node ID e4abf4f04db30c90ea6235c89e0eb0a70696b5a4 # Parent 9b683a560ed39d2bd04a328c2b088987c9abe96d Accounted for GUID delimiter change in latest WoD build and added a new psuedoloot item. diff -r 9b683a560ed3 -r e4abf4f04db3 Constants.lua --- 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 = { diff -r 9b683a560ed3 -r e4abf4f04db3 Main.lua --- 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