fix(Scripts/BRD): Use Correct Fiery Burst and War Stomp Spell IDs for Magmus (#26666)

This commit is contained in:
Crow
2026-07-24 14:50:30 -05:00
committed by GitHub
parent 194ea65e00
commit 653d177503

View File

@@ -21,8 +21,8 @@
enum Spells
{
SPELL_FIERYBURST = 13900,
SPELL_WARSTOMP = 24375
SPELL_FIERYBURST = 15668,
SPELL_WARSTOMP = 15593
};
struct boss_magmus : public BossAI