aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyrserth <wyrserth@protonmail.com>2019-07-01 20:26:55 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-13 00:42:20 +0100
commita117beb1b3612a2a82fcfa0a0062d92d48c112cd (patch)
tree76395e99e119c35a6f44e6d457399b5073854542
parentc9cb12afc31102ffd6029db6142c1213e6509fe6 (diff)
DB/Creature: Hyldsmeet Warbear shouldn't have random movement.
(cherry picked from commit 4a875ec392b41030ea8f394335edc2860079fbb9)
-rw-r--r--sql/updates/world/master/2021_12_12_27_world_2019_07_01_06_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_12_27_world_2019_07_01_06_world.sql b/sql/updates/world/master/2021_12_12_27_world_2019_07_01_06_world.sql
new file mode 100644
index 00000000000..f194f0538c3
--- /dev/null
+++ b/sql/updates/world/master/2021_12_12_27_world_2019_07_01_06_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature` SET `MovementType`=0, `spawndist`=0 WHERE `id`=30174;