diff options
author | Naddley <NaddleyTC@gmail.com> | 2025-06-15 17:50:04 +0200 |
---|---|---|
committer | Naddley <NaddleyTC@gmail.com> | 2025-06-15 17:50:04 +0200 |
commit | 64ca5a7fae77c30db20788e761e732990785aadd (patch) | |
tree | d19da2cb589ad006523de127839e07a73acfb36d /sql | |
parent | 8e6c7bdc5d9805fdd33bec35cfe2f7b154b4ed58 (diff) |
DB/Stormwind: Some updates to Valley of Heroes
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2025_06_15_09_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_06_15_09_world.sql b/sql/updates/world/master/2025_06_15_09_world.sql new file mode 100644 index 00000000000..2b4aebbde10 --- /dev/null +++ b/sql/updates/world/master/2025_06_15_09_world.sql @@ -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; |