fix(Scripts/Gundrak): Dispell puncture aura from players after killing Gal'darah (#25830)
This commit is contained in:
parent
61e99f9c44
commit
0b30b3f99f
1 changed files with 1 additions and 0 deletions
|
|
@ -155,6 +155,7 @@ struct boss_gal_darah : public BossAI
|
|||
{
|
||||
Talk(SAY_DEATH);
|
||||
BossAI::JustDied(killer);
|
||||
instance->DoRemoveAurasDueToSpellOnPlayers(SPELL_PUNCTURE);
|
||||
}
|
||||
|
||||
void KilledUnit(Unit*) override
|
||||
|
|
|
|||
Loading…
Reference in a new issue