mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/SiegeOfBoralus: Show exit portals and ATs in normal difficulty (#31078)
This commit is contained in:
2
sql/updates/world/master/2025_06_16_02_world.sql
Normal file
2
sql/updates/world/master/2025_06_16_02_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
UPDATE `gameobject` SET `spawnDifficulties` = '23,8,2,1' WHERE `guid` IN (7000333, 7000334);
|
||||
UPDATE `areatrigger` SET `SpawnDifficulties` = '23,8,2,1' WHERE `SpawnId` IN (71, 93);
|
||||
Reference in New Issue
Block a user