mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Stormwind: Some updates to Valley of Heroes
This commit is contained in:
5
sql/updates/world/master/2025_06_15_09_world.sql
Normal file
5
sql/updates/world/master/2025_06_15_09_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Delete old spawns
|
||||
DELETE FROM `creature` WHERE `guid` IN (313903,313896);
|
||||
|
||||
-- Update Jorgen
|
||||
UPDATE `creature` SET `position_x` = -8970.783203125, `position_y` = 411.211822509765625, `position_z` = 74.8286590576171875, `orientation` = 2.580545663833618164 WHERE `guid` = 313907;
|
||||
Reference in New Issue
Block a user