aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-10-30 19:41:39 +0300
committeroffl <offl@users.noreply.github.com>2021-10-30 19:41:39 +0300
commitfb3b8fd253bfca3c11f5b886b7e1e87a46fd428a (patch)
tree40cef56d95f6dbf3f6e17bd9afd88aa4dfc8ced1
parent5a3c9c46f654c1cecf4aebb2c53e58e220c7aead (diff)
DB/Creature: Add random movement to Gordok Mastiff
Closes #27211
-rw-r--r--sql/updates/world/3.3.5/2021_10_30_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_10_30_01_world.sql b/sql/updates/world/3.3.5/2021_10_30_01_world.sql
new file mode 100644
index 00000000000..3a5d072f4cf
--- /dev/null
+++ b/sql/updates/world/3.3.5/2021_10_30_01_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature` SET `wander_distance` = 5, `MovementType` = 1 WHERE `id` = 13036;