diff options
| author | Ovah <dreadkiller@gmx.de> | 2019-07-18 15:52:03 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-16 22:03:35 +0100 |
| commit | a24a5e77786266ee9456fa8c422a173168804a1f (patch) | |
| tree | 9aa3abeab23e00c62f2c143e215082f5baff4549 /sql/updates | |
| parent | 65abf9b48285f91aca89025a4ec3778533a00d15 (diff) | |
Core/Movement: add a velocity argument for the spline chain meta table (PR #23575)
(cherry picked from commit 3f7b2252a1d7d89d3b5e6a43aa10692c2bc8c457)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2021_12_16_13_world_2019_07_18_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_16_13_world_2019_07_18_00_world.sql b/sql/updates/world/master/2021_12_16_13_world_2019_07_18_00_world.sql new file mode 100644 index 00000000000..32a404c070e --- /dev/null +++ b/sql/updates/world/master/2021_12_16_13_world_2019_07_18_00_world.sql @@ -0,0 +1 @@ +ALTER TABLE `script_spline_chain_meta` ADD COLUMN `velocity` FLOAT(5) UNSIGNED DEFAULT 0 AFTER `msUntilNext`; |
