Skip to content

Commit 0b30b3f

Browse files
authored
fix(Scripts/Gundrak): Dispell puncture aura from players after killing Gal'darah (azerothcore#25830)
1 parent 61e99f9 commit 0b30b3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/server/scripts/Northrend/Gundrak/boss_gal_darah.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ struct boss_gal_darah : public BossAI
155155
{
156156
Talk(SAY_DEATH);
157157
BossAI::JustDied(killer);
158+
instance->DoRemoveAurasDueToSpellOnPlayers(SPELL_PUNCTURE);
158159
}
159160

160161
void KilledUnit(Unit*) override

0 commit comments

Comments
 (0)