aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/master/2022_03_05_44_world_2021_01_04_15_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_05_44_world_2021_01_04_15_world.sql b/sql/updates/world/master/2022_03_05_44_world_2021_01_04_15_world.sql
new file mode 100644
index 00000000000..9f87a241311
--- /dev/null
+++ b/sql/updates/world/master/2022_03_05_44_world_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);