fix(DB/SpellCone): Onyxia Tail Sweep (#26219)

This commit is contained in:
sogladev
2026-06-15 19:58:41 +02:00
committed by GitHub
parent a6f5f98a31
commit a319c1120d
@@ -0,0 +1,6 @@
--
-- Ony 25man difficulty Tail Sweep
DELETE FROM `spell_cone` WHERE `ID` = 69286;
INSERT INTO `spell_cone` (`ID`, `ConeDegrees`) VALUES (69286, 82);
-- Ony 10man difficulty Tail Sweep
UPDATE `spell_cone` SET `ConeDegrees`=82 WHERE `ID`=68867;