aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortassader <tassader@trinitycore.contributor>2011-07-24 04:09:55 +0700
committertobmaps <spambot42@yandex.ru>2011-07-24 04:09:55 +0700
commit8bf7af541fb3e52a82ecb731046dfc769f053415 (patch)
tree74fe64c24754e5e84c6c0e6170d47c14fb3ae499 /src
parent5a370392d48806ffae894ac874d6d579994fdde8 (diff)
Scripts/Ahn'kahet: Fix a bug with Herald Volazj after party wipe
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Northrend/AzjolNerub/ahnkahet/boss_herald_volazj.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Northrend/AzjolNerub/ahnkahet/boss_herald_volazj.cpp b/src/server/scripts/Northrend/AzjolNerub/ahnkahet/boss_herald_volazj.cpp
index b71bde00f62..6319e30423f 100644
--- a/src/server/scripts/Northrend/AzjolNerub/ahnkahet/boss_herald_volazj.cpp
+++ b/src/server/scripts/Northrend/AzjolNerub/ahnkahet/boss_herald_volazj.cpp
@@ -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*/)