Scripts/Ahn'kahet: Fix a bug with Herald Volazj after party wipe

This commit is contained in:
tassader
2011-07-24 04:09:55 +07:00
committed by tobmaps
parent 5a370392d4
commit 8bf7af541f

View File

@@ -171,6 +171,7 @@ public:
// Cleanup
Summons.DespawnAll();
me->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NOT_SELECTABLE);
me->SetControlled(false, UNIT_STAT_STUNNED);
}
void EnterCombat(Unit* /*who*/)