mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00: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