aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorJason Dove <1695733+jasongdove@users.noreply.github.com>2025-07-08 22:26:37 +0000
committerGitHub <noreply@github.com>2025-07-09 00:26:37 +0200
commitc7f5696479bb85c8fc7ee0d9fdaeb92e2b32213f (patch)
tree5eb2e7ad82f88dd089a58aad31f54c996d9edba3 /sql/updates
parent04d44bd3a081fdf1b13ff20cd97a399f0fdfc477 (diff)
Core/Scenarios: Allow scripts to set instance scenario by id (#31104)
* add example at Stratholme service entrance
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2025_07_08_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_07_08_00_world.sql b/sql/updates/world/master/2025_07_08_00_world.sql
new file mode 100644
index 00000000000..106e98b1120
--- /dev/null
+++ b/sql/updates/world/master/2025_07_08_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `areatrigger_scripts` WHERE `entry` IN (10107);
+INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES
+(10107, 'at_stratholme_service_entrance');