diff options
| author | tassader <tassader@trinitycore.contributor> | 2011-07-24 04:09:55 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-07-24 04:09:55 +0700 |
| commit | 8bf7af541fb3e52a82ecb731046dfc769f053415 (patch) | |
| tree | 74fe64c24754e5e84c6c0e6170d47c14fb3ae499 /src | |
| parent | 5a370392d48806ffae894ac874d6d579994fdde8 (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.cpp | 1 |
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*/) |
