fix(Scripts/Gundrak): Dispell puncture aura from players after killing Gal'darah (#25830)

This commit is contained in:
Marchy
2026-05-14 21:25:09 +02:00
committed by GitHub
parent 61e99f9c44
commit 0b30b3f99f

View File

@@ -155,6 +155,7 @@ struct boss_gal_darah : public BossAI
{
Talk(SAY_DEATH);
BossAI::JustDied(killer);
instance->DoRemoveAurasDueToSpellOnPlayers(SPELL_PUNCTURE);
}
void KilledUnit(Unit*) override