From bf10c76b2c8e905ccfed63d18fb5fa465e6c6bc1 Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:07:56 -0500 Subject: DB/SiegeOfBoralus: Show exit portals and ATs in normal difficulty (#31078) --- sql/updates/world/master/2025_06_16_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2025_06_16_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2025_06_16_02_world.sql b/sql/updates/world/master/2025_06_16_02_world.sql new file mode 100644 index 00000000000..75f0ff58e63 --- /dev/null +++ b/sql/updates/world/master/2025_06_16_02_world.sql @@ -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); -- cgit v1.2.3