diff options
| author | Gustavo <sirikfoll@hotmail.com> | 2017-01-25 21:17:46 -0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2017-01-26 00:17:46 +0100 |
| commit | f57132b795a097a2c4c863a8153b0c1be5e008c0 (patch) | |
| tree | e20275add21aa76aed194cfaed15042089ccebc8 /src | |
| parent | 5f901d3d75660118f705c27c84e1ae895ad8e3e7 (diff) | |
Core/Scripts Fix issue with Lady Deathwhisper's door
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp index f1784987aa2..3567acb001b 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp @@ -213,6 +213,7 @@ class boss_lady_deathwhisper : public CreatureScript void Reset() override { + _Reset(); Initialize(); _phase = PHASE_ONE; DoCastSelf(SPELL_SHADOW_CHANNELING); |
