mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +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