aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorSorikoff <46191832+Sorikoff@users.noreply.github.com>2019-03-03 18:54:07 +0000
committerShauren <shauren.trinity@gmail.com>2021-11-24 20:35:15 +0100
commita57ca5cea2d13bc5d5ddee11e7b8100c7afd68e1 (patch)
tree0a647d616c5888cdf92a7507ef67ed9e55f478fd /sql/updates
parentace33a464fa442d7d8dc331839d4e3efbaf63d57 (diff)
Core/Movement: Allow using run when moving randomly (#23081)
* Allow run when moving randomly (cherry picked from commit 34cfa69efd1857540f1f44b118086bb02334c100)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2021_11_24_13_world_2019_03_03_03_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_24_13_world_2019_03_03_03_world.sql b/sql/updates/world/master/2021_11_24_13_world_2019_03_03_03_world.sql
new file mode 100644
index 00000000000..336c6f214f0
--- /dev/null
+++ b/sql/updates/world/master/2021_11_24_13_world_2019_03_03_03_world.sql
@@ -0,0 +1,3 @@
+--
+ALTER TABLE `creature_template_movement` ADD `Random` tinyint(3) UNSIGNED NOT NULL DEFAULT '0';
+ALTER TABLE `creature_movement_override` ADD `Random` tinyint(3) UNSIGNED NOT NULL DEFAULT '0';