aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-05-30 21:46:19 +0200
committerKillyana <morphone1@gmail.com>2020-05-30 21:46:19 +0200
commitb938c26090795e56ba93a2c7167f328c1c33e3f7 (patch)
treeb7136b9f1dfdc7d7b35e1b71fb3aacdd001dc9d0
parent487dae864fc52000ba395cb36ef610587dba3abe (diff)
DB/Creature: Totem of Spirits
Closes #17183
-rw-r--r--sql/updates/world/3.3.5/2020_05_30_03_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_05_30_03_world.sql b/sql/updates/world/3.3.5/2020_05_30_03_world.sql
new file mode 100644
index 00000000000..f2a2bd346f3
--- /dev/null
+++ b/sql/updates/world/3.3.5/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);