Mercurial > wow > wowdb-profiler
diff Main.lua @ 296:0cad30f414f6
Fix assignment in group_owner_guids_to_pet_guids.
author | James D. Callahan III <jcallahan@curse.com> |
---|---|
date | Mon, 17 Jun 2013 12:51:19 -0500 |
parents | 6f70a1762dde |
children | 57cb63fe5ba8 |
line wrap: on
line diff
--- a/Main.lua Mon Jun 17 12:26:14 2013 -0500 +++ b/Main.lua Mon Jun 17 12:51:19 2013 -0500 @@ -1082,7 +1082,7 @@ if pet_guid then Debug("Adding new pet GUID for %s.", _G.UnitName(unit_id)) - group_owner_guids_to_pet_guids[unit_id] = pet_guid + group_owner_guids_to_pet_guids[unit_guid] = pet_guid group_pet_guids[pet_guid] = true end end