From 6ccf1b034560d09e53faf7177900c8a0cfbc6cc1 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Wed, 6 Jun 2012 23:48:55 +0200 Subject: [PATCH] Everything _but_ a raid --- Monomyth.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.9.5