# HG changeset patch # User contrebasse # Date 1292004438 -3600 # Node ID c83103057b7aab35118be0b40effc1a49b04512b # Parent 1bd6494f848dff3dc10cc0f5d34c89f66dfbb4dc Attempt to hack gossips again because there's no emote with non npc diff -r 1bd6494f848d -r c83103057b7a Degaine.lua --- a/Degaine.lua Fri Dec 10 18:40:18 2010 +0100 +++ b/Degaine.lua Fri Dec 10 19:07:18 2010 +0100 @@ -65,7 +65,7 @@ -- Events to watch local events = { -- no args to watch GOSSIP_SHOW = function() - local returnvalue = isGossipClosed + local returnvalue = isGossipClosed and UnitName("npc")==UnitName("target") isGossipClosed = false return returnvalue end,