From d3a26802dc2a17e66e5c73bc5408aec281e37e65 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Mon, 18 Feb 2019 18:19:08 +0100 Subject: [PATCH] DB/Movement: fixed hover movement for Unstable Twilight, Frostfire Orb and Flame Orb --- sql/updates/world/custom/custom_2019_02_18_03_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/custom/custom_2019_02_18_03_world.sql 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); +