mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
DB/Arenas: update start locations with blizzard ids
- fixed respawn time shadow sight in ruins of lordaeron
This commit is contained in:
5
sql/updates/world/master/2025_09_28_00_world.sql
Normal file
5
sql/updates/world/master/2025_09_28_00_world.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user