aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRushor <Rushor@users.noreply.github.com>2017-01-26 16:46:52 +0100
committerShauren <shauren.trinity@gmail.com>2019-07-21 21:06:54 +0200
commite170e809ed1caf6e6d5c1b849bbdd178ae8c69de (patch)
tree6baf921fdbc01cad6f8d54367a05a210dbaa498f
parent3886c2b43bf494b4f82c7a22a79646fbded3ebae (diff)
DB/Creature: Brittle Revenant
Closes #18959 (cherrypicked from 6485a4afd88fd2097d8f930802e75270fc855d0d)
-rw-r--r--sql/updates/world/master/2019_07_11_09_world_2017_01_26_05_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2019_07_11_09_world_2017_01_26_05_world.sql b/sql/updates/world/master/2019_07_11_09_world_2017_01_26_05_world.sql
new file mode 100644
index 00000000000..ad73d0794d7
--- /dev/null
+++ b/sql/updates/world/master/2019_07_11_09_world_2017_01_26_05_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature` SET `spawndist`=10, `MovementType`=1 WHERE `id`=30160;