Core/Movement: Allow using run when moving randomly (#23081)

* Allow run when moving randomly

(cherry picked from commit 34cfa69efd)
This commit is contained in:
Sorikoff
2019-03-03 18:54:07 +00:00
committed by Shauren
parent ace33a464f
commit a57ca5cea2
6 changed files with 71 additions and 29 deletions

View File

@@ -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';