Everything _but_ a raid
Adrian L Lange [06-06-12 - 21:48]
diff --git a/Monomyth.lua b/Monomyth.lua
index 768bfc5..3870bda 100644
--- a/Monomyth.lua
+++ b/Monomyth.lua
@@ -75,7 +75,7 @@ Monomyth:Register('GOSSIP_SHOW', function()
end
local _, instance = GetInstanceInfo()
- if(available == 0 and active == 0 and GetNumGossipOptions() == 1 and instance == 'raid') then
+ if(available == 0 and active == 0 and GetNumGossipOptions() == 1 and instance ~= 'raid') then
local _, type = GetGossipOptions()
if(type == 'gossip') then
SelectGossipOption(1)