aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/master/2022_01_06_34_world_2020_05_30_03_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_06_34_world_2020_05_30_03_world.sql b/sql/updates/world/master/2022_01_06_34_world_2020_05_30_03_world.sql
new file mode 100644
index 00000000000..f2a2bd346f3
--- /dev/null
+++ b/sql/updates/world/master/2022_01_06_34_world_2020_05_30_03_world.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `creature_template_movement` WHERE `CreatureId` = 21071;
+INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`) VALUES
+(21071,1,1,0,1,0,0);