aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/master/2022_01_01_13_world_2020_04_12_04_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_01_13_world_2020_04_12_04_world.sql b/sql/updates/world/master/2022_01_01_13_world_2020_04_12_04_world.sql
new file mode 100644
index 00000000000..e00a367c358
--- /dev/null
+++ b/sql/updates/world/master/2022_01_01_13_world_2020_04_12_04_world.sql
@@ -0,0 +1,5 @@
+--
+DELETE FROM `creature_template_movement` WHERE `CreatureID` IN (31204,31547);
+INSERT INTO `creature_template_movement` (`CreatureID`, `Ground`, `Swim`, `Rooted`) VALUES
+(31204,1,1,1),
+(31547,1,1,1);