From c7f5696479bb85c8fc7ee0d9fdaeb92e2b32213f Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Tue, 8 Jul 2025 22:26:37 +0000 Subject: Core/Scenarios: Allow scripts to set instance scenario by id (#31104) * add example at Stratholme service entrance --- sql/updates/world/master/2025_07_08_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2025_07_08_00_world.sql (limited to 'sql') 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'); -- cgit v1.2.3