diff options
author | Jason Dove <1695733+jasongdove@users.noreply.github.com> | 2025-06-16 14:07:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-16 21:07:56 +0200 |
commit | bf10c76b2c8e905ccfed63d18fb5fa465e6c6bc1 (patch) | |
tree | b707a3d203a3ace96d703bd555deb10237d85909 /sql | |
parent | ebc1ad6131612304e88d20d48be8575a6b96a886 (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.sql | 2 |
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); |