mirror of
https://github.com/araxiaonline/AzerothCore-wotlk-with-NPCBots.git
synced 2026-06-13 03:22:24 -04:00
fix(Scripts/Gundrak): Dispell puncture aura from players after killing Gal'darah (#25830)
This commit is contained in:
@@ -155,6 +155,7 @@ struct boss_gal_darah : public BossAI
|
||||
{
|
||||
Talk(SAY_DEATH);
|
||||
BossAI::JustDied(killer);
|
||||
instance->DoRemoveAurasDueToSpellOnPlayers(SPELL_PUNCTURE);
|
||||
}
|
||||
|
||||
void KilledUnit(Unit*) override
|
||||
|
||||
Reference in New Issue
Block a user