aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-07-12 16:29:00 +0200
committerShauren <shauren.trinity@gmail.com>2023-07-12 16:29:00 +0200
commit0cea730fa23473a85c47451c3bd13df816f2b6e4 (patch)
tree960078875798c5846a1aa465051da876642067e1 /sql/updates/world
parent252da139adedd20c297ce7bdd2abed2234fa1bb6 (diff)
Core: Update to 10.1.5
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/master/2023_07_12_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_07_12_00_world.sql b/sql/updates/world/master/2023_07_12_00_world.sql
new file mode 100644
index 00000000000..48fbe1b6dd5
--- /dev/null
+++ b/sql/updates/world/master/2023_07_12_00_world.sql
@@ -0,0 +1 @@
+ALTER TABLE `quest_template` MODIFY `TimeAllowed` bigint NOT NULL DEFAULT 0 AFTER `AreaGroupID`;