# HG changeset patch # User MMOSimca # Date 1424035036 18000 # Node ID 3f038cb19197806a7f0dbf74fd61b9f0ffe17943 # Parent dbdd83d7982de43d278e316496fe257130115b7b Prevent bug where garrison cache data could be assigned to the wrong object ID if mouseover events were delayed. diff -r dbdd83d7982d -r 3f038cb19197 Main.lua --- a/Main.lua Thu Feb 05 08:15:03 2015 -0500 +++ b/Main.lua Sun Feb 15 16:17:16 2015 -0500 @@ -1381,6 +1381,9 @@ else Debug("%s: Currency texture is nil, from currency link %s", event_name, item_link) end + + -- Wipe object ID until future mouseover + last_garrison_cache_object_id = nil elseif raid_boss_id then local npc = NPCEntry(raid_boss_id) if npc then