aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
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);