DB/Creature: Sartharion Twilight Egg

(cherry picked from commit daecf90ac4)
This commit is contained in:
Killyana
2020-04-13 02:50:48 +02:00
committed by Shauren
parent aeb949f589
commit dcea677b01

View File

@@ -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);