mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
DB/Creature: Sartharion Twilight Egg
(cherry picked from commit daecf90ac4)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user