aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2025-09-12 00:58:27 +0200
committerShauren <shauren.trinity@gmail.com>2025-09-12 00:58:27 +0200
commitc1b8daa6390cf00a07ef30e5de8061e158adb439 (patch)
treefd14a72c9f3ff8ca04a3d4cf8234ae3740943f7e /sql
parenteade1ad6dc9e861e0d69278142a658aed1aa276d (diff)
Core/AreaTriggers: Implemented `SpeedIsTime` parameter for areatrigger splines and orbit
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_09_12_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_09_12_00_world.sql b/sql/updates/world/master/2025_09_12_00_world.sql
new file mode 100644
index 00000000000..a115f8bed17
--- /dev/null
+++ b/sql/updates/world/master/2025_09_12_00_world.sql
@@ -0,0 +1 @@
+ALTER TABLE `areatrigger_create_properties` ADD `SpeedIsTime` tinyint(1) unsigned NOT NULL DEFAULT '0' AFTER `Speed`;