diff options
author | Tartalo <none@none> | 2010-06-30 13:41:04 +0200 |
---|---|---|
committer | Tartalo <none@none> | 2010-06-30 13:41:04 +0200 |
commit | d8bdc9d22fb3b49e127ab419a5283ebb054e943c (patch) | |
tree | e97df15be3e0099c17e47a6c4a88d7ee2bd5e570 /src | |
parent | 2ea043484d3efadf955c30d1d7fb10894ee465b7 (diff) |
Violet Hold: Don't make sinclari unselectable when event starts
Thanks to dex for pointing it
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Northrend/VioletHold/violet_hold.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; |