DB/Creature: Sartharion Twilight Egg

(cherry picked from commit daecf90ac454a44d28c9f9f3a328a29d32558080)
This commit is contained in:
Killyana
2022-01-01 15:10:40 +01:00
committed by Shauren
parent aeb949f589
commit dcea677b01
@@ -0,0 +1,5 @@
--
DELETE FROM `creature_template_movement` WHERE `CreatureID` IN (31204,31547);
INSERT INTO `creature_template_movement` (`CreatureID`, `Ground`, `Swim`, `Rooted`) VALUES
(31204,1,1,1),
(31547,1,1,1);