mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 11:52:32 +01:00
Violet Hold: Don't make sinclari unselectable when event starts
Thanks to dex for pointing it --HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user