aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-02-14 12:23:51 +0200
committeroffl <offl@users.noreply.github.com>2021-02-14 12:23:51 +0200
commit0e7f0b1b85cfb293415de23da932a37ccba60883 (patch)
tree91ca1f3186a7d7bcd975de6cf73a97686133ea60
parent83279bd007c9dc13d7d87043df94e957a078aa11 (diff)
DB/Creature: Add ground movement state to Stinglasher
Closes #26086 Ref 6d3c01732d27daa4507bd93dc8109b0a955b1dc8
-rw-r--r--sql/updates/world/3.3.5/2021_02_14_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_02_14_02_world.sql b/sql/updates/world/3.3.5/2021_02_14_02_world.sql
new file mode 100644
index 00000000000..48c823029c4
--- /dev/null
+++ b/sql/updates/world/3.3.5/2021_02_14_02_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template_movement` SET `Ground` = 1 WHERE `CreatureId` = 14661;