diff options
| author | treeston <treeston.mmoc@gmail.com> | 2015-10-11 11:24:04 +0200 |
|---|---|---|
| committer | treeston <treeston.mmoc@gmail.com> | 2015-10-11 11:24:04 +0200 |
| commit | 17fdb1e091796933a2028778e4ea5f3b53186b4f (patch) | |
| tree | 1a6e935ca2df189e03cfe89f37b91d174821071b /src | |
| parent | 361ef5efa394a09e73223c577407bbf2aca13479 (diff) | |
Scripts/Naxxramas: Loatheb follow-up:
- Fix Deathbloom (for real this time)
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/scripts/Northrend/Naxxramas/boss_loatheb.cpp | 2 |
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); } }; |
