Violet Hold: Don't make sinclari unselectable when event starts

Thanks to dex for pointing it

--HG--
branch : trunk
This commit is contained in:
Tartalo
2010-06-30 13:41:04 +02:00
parent 2ea043484d
commit d8bdc9d22f

View File

@@ -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;