diff options
author | Killyana <morphone1@gmail.com> | 2019-03-04 23:31:26 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-24 20:35:18 +0100 |
commit | 9d891e3e5ccb5a7c8bf1ceb69c31292d9ca5ed0c (patch) | |
tree | 689348b2e2092d4f18176434c4505fc9e83cdf23 | |
parent | 8adc6f5f62a82c61345e82a8090f1d16453bef61 (diff) |
DB/Spawn: Fix position for spawns related to the quest Standards and Practices
(cherry picked from commit f039c30cb8cf0a4970b326dcd4c1939458029955)
-rw-r--r-- | sql/updates/world/master/2021_11_24_16_world_2019_03_04_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_24_16_world_2019_03_04_03_world.sql b/sql/updates/world/master/2021_11_24_16_world_2019_03_04_03_world.sql new file mode 100644 index 00000000000..ebfd0ba05fa --- /dev/null +++ b/sql/updates/world/master/2021_11_24_16_world_2019_03_04_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gameobject` SET `position_x`=-2474.439941, `position_y`=6111.160156, `position_z`=91.762901 WHERE `guid` IN (22717); +UPDATE `creature` SET `position_x`=-2474.439941, `position_y`=6111.160156, `position_z`=91.762901 WHERE `guid` IN (65642); |