aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorJason Dove <1695733+jasongdove@users.noreply.github.com>2025-06-16 14:07:56 -0500
committerGitHub <noreply@github.com>2025-06-16 21:07:56 +0200
commitbf10c76b2c8e905ccfed63d18fb5fa465e6c6bc1 (patch)
treeb707a3d203a3ace96d703bd555deb10237d85909 /sql
parentebc1ad6131612304e88d20d48be8575a6b96a886 (diff)
DB/SiegeOfBoralus: Show exit portals and ATs in normal difficulty (#31078)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_06_16_02_world.sql2
1 files changed, 2 insertions, 0 deletions
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);