aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortreeston <treeston.mmoc@gmail.com>2015-10-11 11:24:04 +0200
committerMitchesD <majklprofik@seznam.cz>2015-11-06 09:54:40 +0100
commita37e6e20c885fd61ee819041a850effd392feaa2 (patch)
tree3fe018aff8e24daeb43585e9b38013fc95fa06c6 /src
parenta70ec0ca9ab7e22fda92b56231be6f82f8b00971 (diff)
Scripts/Naxxramas: Loatheb follow-up:
- Fix Deathbloom (for real this time) (cherry picked from commit 17fdb1e091796933a2028778e4ea5f3b53186b4f)
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Northrend/Naxxramas/boss_loatheb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/Naxxramas/boss_loatheb.cpp b/src/server/scripts/Northrend/Naxxramas/boss_loatheb.cpp
index db6a7a77588..494c173f5fc 100644
--- a/src/server/scripts/Northrend/Naxxramas/boss_loatheb.cpp
+++ b/src/server/scripts/Northrend/Naxxramas/boss_loatheb.cpp
@@ -246,7 +246,7 @@ class spell_loatheb_deathbloom : public SpellScriptLoader
void Register() override
{
- AfterEffectRemove += AuraEffectRemoveFn(spell_loatheb_deathbloom_AuraScript::AfterRemove, EFFECT_1, SPELL_AURA_DUMMY, AURA_EFFECT_HANDLE_REAL);
+ AfterEffectRemove += AuraEffectRemoveFn(spell_loatheb_deathbloom_AuraScript::AfterRemove, EFFECT_0, SPELL_AURA_PERIODIC_DAMAGE, AURA_EFFECT_HANDLE_REAL);
}
};