diff options
| author | Naddley <NaddleyTC@gmail.com> | 2023-01-07 22:12:53 +0100 |
|---|---|---|
| committer | Naddley <NaddleyTC@gmail.com> | 2023-01-07 22:12:53 +0100 |
| commit | ec424dff3b000d281d14460d4d446f978736c123 (patch) | |
| tree | 987f76c5e290e4f5e29c8967fe5f976978b1e34e | |
| parent | 61c6823d564aa812140291d35ac5081178c38ca4 (diff) | |
DB/Orgrimmar: Update guild vendor spawn positions
| -rw-r--r-- | sql/updates/world/master/2023_01_07_01_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_01_07_01_world.sql b/sql/updates/world/master/2023_01_07_01_world.sql new file mode 100644 index 00000000000..9dfc4cdbf65 --- /dev/null +++ b/sql/updates/world/master/2023_01_07_01_world.sql @@ -0,0 +1,5 @@ +-- Update Guild Vendor Positions +UPDATE `creature` SET `position_x` = 1564.68408203125, `position_y` = -4314.08349609375, `position_z` = 23.34388923645019531, `orientation` = 5.161811351776123046 WHERE `guid` = 310874; -- Garyl +UPDATE `creature` SET `position_x` = 1558.095458984375, `position_y` = -4319.66650390625, `position_z` = 23.34388923645019531, `orientation` = 5.370631217956542968 WHERE `guid` = 310872; -- Kor'kron Annihilator +UPDATE `creature` SET `position_x` = 1558.5521240234375, `position_y` = -4326.05224609375, `position_z` = 23.31404304504394531, `orientation` = 5.805724620819091796 WHERE `guid` = 310869; -- Goram +UPDATE `creature` SET `position_x` = 1565.15625, `position_y` = -4318.783203125, `position_z` = 23.31942176818847656, `orientation` = 5.391697883605957031 WHERE `guid` = 310867; -- Urtrun Clanbringer |
