mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Core/Scenarios: Allow scripts to set instance scenario by id (#31104)
* add example at Stratholme service entrance
This commit is contained in:
3
sql/updates/world/master/2025_07_08_00_world.sql
Normal file
3
sql/updates/world/master/2025_07_08_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user