aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/master/2021_11_23_07_world_2019_02_01_01_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_23_07_world_2019_02_01_01_world.sql b/sql/updates/world/master/2021_11_23_07_world_2019_02_01_01_world.sql
new file mode 100644
index 00000000000..92f492f6496
--- /dev/null
+++ b/sql/updates/world/master/2021_11_23_07_world_2019_02_01_01_world.sql
@@ -0,0 +1,5 @@
+--
+DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (39747, 39823);
+INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES
+(39747, 2, 1, 2, 0),
+(39823, 2, 1, 2, 0);