*reset npc flag, in overlord morghor script, after event is done

--HG--
branch : trunk
This commit is contained in:
Rat
2010-02-07 22:50:09 +01:00
parent b0ea16f10b
commit d89b04ef89

View File

@@ -692,6 +692,7 @@ struct npc_overlord_morghorAI : public ScriptedAI
Step = 0;
Event = false;
m_creature->SetUInt32Value(UNIT_NPC_FLAGS, 2);
}
void StartEvent()