diff --git a/sql/updates/world/custom/custom_2019_02_18_03_world.sql b/sql/updates/world/custom/custom_2019_02_18_03_world.sql new file mode 100644 index 00000000000..0a1d34cfbaa --- /dev/null +++ b/sql/updates/world/custom/custom_2019_02_18_03_world.sql @@ -0,0 +1,6 @@ +DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (46304, 44214, 45322); +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`) VALUES +(46304, 2, 0), +(44214, 2, 1), +(45322, 2, 1); +