From c5d4dec24e020c24a3646e99af15e2d4259c585f Mon Sep 17 00:00:00 2001 From: Golrag Date: Sun, 28 Sep 2025 08:55:30 +0200 Subject: DB/Arenas: update start locations with blizzard ids - fixed respawn time shadow sight in ruins of lordaeron --- sql/updates/world/master/2025_09_28_00_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2025_09_28_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2025_09_28_00_world.sql b/sql/updates/world/master/2025_09_28_00_world.sql new file mode 100644 index 00000000000..10c49fafbe0 --- /dev/null +++ b/sql/updates/world/master/2025_09_28_00_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `world_safe_locs` WHERE `ID` IN (100099, 100100, 100101, 100102); +UPDATE `battleground_template` SET `AllianceStartLoc` = 5816, `HordeStartLoc` = 5817 WHERE `ID` = 844; +UPDATE `battleground_template` SET `AllianceStartLoc` = 6616, `HordeStartLoc` = 6617 WHERE `ID` = 903; + +UPDATE `gameobject` SET `spawntimesecs` = 360 WHERE `guid` IN (167081, 167082); -- cgit v1.2.3