mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00:00
fix(DB/SpellCone): Onyxia Tail Sweep (#26219)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user