Core/Scenarios: Allow scripts to set instance scenario by id (#31104)

* add example at Stratholme service entrance
This commit is contained in:
Jason Dove
2025-07-08 22:26:37 +00:00
committed by GitHub
parent 04d44bd3a0
commit c7f5696479
8 changed files with 58 additions and 18 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `areatrigger_scripts` WHERE `entry` IN (10107);
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES
(10107, 'at_stratholme_service_entrance');