Skip to content

Commit

Permalink
Update boss_bloodboil.cpp
Browse files Browse the repository at this point in the history
RemoveAurasDueToSpell
  • Loading branch information
blinkysc authored Jan 24, 2025
1 parent 3287676 commit 72322cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/scripts/Outland/BlackTemple/boss_bloodboil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ struct boss_gurtogg_bloodboil : public BossAI
if (Unit* target = SelectTarget(SelectTargetMethod::Random, 1, 40.0f, true))
{
me->RemoveAurasByType(SPELL_AURA_MOD_TAUNT);
me->RemoveAura(SPELL_ACIDIC_WOUND);
me->RemoveAurasDueToSpell(SPELL_ACIDIC_WOUND);
DoCastSelf(SPELL_FEL_RAGE_SELF, true);
DoCast(target, SPELL_FEL_RAGE_TARGET, true);
DoCast(target, SPELL_FEL_RAGE_2, true);
Expand Down

0 comments on commit 72322cc

Please sign in to comment.