fix(Scripts/UtgardePinnacle): Fix Skadi Poisoned Spear not applying DOT in Heroic (#25364)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Andrew
2026-04-03 16:52:28 -03:00
committed by GitHub
parent 8f474d8f4c
commit 8ffbbe2c08
2 changed files with 6 additions and 1 deletions

View File

@@ -533,7 +533,7 @@ class spell_skadi_launch_harpoon : public SpellScript
}
};
// 50255 - Poisoned Spear
// 50255, 59331 - Poisoned Spear
class spell_skadi_poisoned_spear : public SpellScript
{
PrepareSpellScript(spell_skadi_poisoned_spear);