diff Main.lua @ 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
line wrap: on
line diff
--- 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