From 34cfa69efd1857540f1f44b118086bb02334c100 Mon Sep 17 00:00:00 2001 From: Sorikoff <46191832+Sorikoff@users.noreply.github.com> Date: Sun, 3 Mar 2019 18:54:07 +0000 Subject: Core/Movement: Allow using run when moving randomly (#23081) * Allow run when moving randomly --- sql/updates/world/3.3.5/2019_03_03_03_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_03_03_03_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2019_03_03_03_world.sql b/sql/updates/world/3.3.5/2019_03_03_03_world.sql new file mode 100644 index 00000000000..336c6f214f0 --- /dev/null +++ b/sql/updates/world/3.3.5/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'; -- cgit v1.2.3