aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNyeriah <sarah.trysan@live.com>2015-01-18 21:03:08 -0200
committerNyeriah <sarah.trysan@live.com>2015-01-18 21:03:08 -0200
commit4ea3b7794f8f2c94f7a11b56a9cbfec67ba3f6c1 (patch)
tree0981081e35ac2993c3faa857da7a513734237a5a /src
parentfd6668d17a12704187f4fa3ab30efbee3ebbfe5a (diff)
Scripts/HellfireRamparts: Add a missing reset call and correct spawn masks for Reinforced Fel Iron Chests
Thanks to @ariel- for noticing the missing _Reset(); Closes #13747 (cherry picked from commit 866eff64aa90974e2b1a774b8fd6ea4856346635)
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp b/src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp
index 3951b0eadf6..a6c00c05dce 100644
--- a/src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp
+++ b/src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp
@@ -86,6 +86,7 @@ class boss_nazan : public CreatureScript
void Reset() override
{
Initialize();
+ _Reset();
}
void EnterCombat(Unit* /*who*/) override { }