aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-10-30 19:41:39 +0300
committerShauren <shauren.trinity@gmail.com>2022-03-20 23:53:17 +0100
commit31a3f97a4864260cdee4eb008722c0b688a83aa6 (patch)
tree5e4ee491987fd25c349223d4c6d56adf96cf1b12
parent381c543c60a1394122af6e1130fb1278e98b0fe0 (diff)
DB/Creature: Add random movement to Gordok Mastiff
Closes #27211 (cherry picked from commit fb3b8fd253bfca3c11f5b886b7e1e87a46fd428a)
-rw-r--r--sql/updates/world/master/2022_03_20_24_world_2021_10_30_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_20_24_world_2021_10_30_01_world.sql b/sql/updates/world/master/2022_03_20_24_world_2021_10_30_01_world.sql
new file mode 100644
index 00000000000..3a5d072f4cf
--- /dev/null
+++ b/sql/updates/world/master/2022_03_20_24_world_2021_10_30_01_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature` SET `wander_distance` = 5, `MovementType` = 1 WHERE `id` = 13036;