diff options
| author | Sorikoff <46191832+Sorikoff@users.noreply.github.com> | 2019-03-03 18:54:07 +0000 |
|---|---|---|
| committer | Giacomo Pozzoni <giacomopoz@gmail.com> | 2019-03-03 19:54:07 +0100 |
| commit | 34cfa69efd1857540f1f44b118086bb02334c100 (patch) | |
| tree | 50de27f4d080ef45dad775f7684f64ee31f4f95d /sql | |
| parent | 6c5d9971619ad1f3982defd67342571561dddb62 (diff) | |
Core/Movement: Allow using run when moving randomly (#23081)
* Allow run when moving randomly
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2019_03_03_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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'; |
