aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-05-30 21:46:19 +0200
committerShauren <shauren.trinity@gmail.com>2022-01-06 19:45:18 +0100
commit0fec3317fc34e62c8e032b7cd727978c4cc3fdf3 (patch)
treeb7250bec61fd323e1948d33fc031b72d34d2d1bb /sql
parent8fa20583224833891b2f5194ca4e3fce9f0d94f6 (diff)
DB/Creature: Totem of Spirits
Closes #17183 (cherry picked from commit b938c26090795e56ba93a2c7167f328c1c33e3f7)
Diffstat (limited to 'sql')
-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);