From 6bbf734f404969b29a5dca03612a08ad58fbf7bf Mon Sep 17 00:00:00 2001 From: offl Date: Mon, 4 Jan 2021 19:59:37 +0200 Subject: DB/Creature: Restore incorrectly removed movement states Ref 6d3c01732d27daa4507bd93dc8109b0a955b1dc8 --- sql/updates/world/3.3.5/2021_01_04_15_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_01_04_15_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2021_01_04_15_world.sql b/sql/updates/world/3.3.5/2021_01_04_15_world.sql new file mode 100644 index 00000000000..9f87a241311 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_01_04_15_world.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (16972,17035,17053,20069,20142); +INSERT INTO `creature_template_movement` (`CreatureId`,`Ground`,`Swim`,`Flight`,`Rooted`,`Chase`,`Random`) VALUES +(16972,1,0,0,0,0,0), +(17035,1,0,0,0,0,0), +(17053,1,0,0,0,0,0), +(20069,1,0,0,0,0,0), +(20142,1,0,0,0,0,0); -- cgit v1.2.3