From d8bdc9d22fb3b49e127ab419a5283ebb054e943c Mon Sep 17 00:00:00 2001 From: Tartalo Date: Wed, 30 Jun 2010 13:41:04 +0200 Subject: Violet Hold: Don't make sinclari unselectable when event starts Thanks to dex for pointing it --HG-- branch : trunk --- src/server/scripts/Northrend/VioletHold/violet_hold.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/server/scripts/Northrend/VioletHold/violet_hold.cpp b/src/server/scripts/Northrend/VioletHold/violet_hold.cpp index 30736b9fc4e..982a15a4172 100644 --- a/src/server/scripts/Northrend/VioletHold/violet_hold.cpp +++ b/src/server/scripts/Northrend/VioletHold/violet_hold.cpp @@ -296,7 +296,6 @@ struct npc_sinclariAI : public ScriptedAI switch(uiPhase) { case 1: - me->SetFlag(UNIT_FIELD_FLAGS,UNIT_FLAG_NOT_SELECTABLE); DoScriptText(SAY_SINCLARI_1, me); uiTimer = 4000; uiPhase = 2; -- cgit v1.2.3