aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/master/2021_10_23_08_world_2018_09_01_01_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_23_08_world_2018_09_01_01_world.sql b/sql/updates/world/master/2021_10_23_08_world_2018_09_01_01_world.sql
new file mode 100644
index 00000000000..ca957cf0703
--- /dev/null
+++ b/sql/updates/world/master/2021_10_23_08_world_2018_09_01_01_world.sql
@@ -0,0 +1,7 @@
+--
+DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (36853, 38265, 38266, 38267);
+INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES
+(36853, 1, 0, 2, 0),
+(38265, 1, 0, 2, 0),
+(38266, 1, 0, 2, 0),
+(38267, 1, 0, 2, 0);