diff options
author | Killyana <morphone1@gmail.com> | 2020-01-09 18:33:25 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-01-09 18:33:25 +0100 |
commit | 43b247e17e8f5df4eda74578499f5a9758c3852b (patch) | |
tree | ad39d7a903bfb3bc84c7c578c3c959d0693f885a | |
parent | 52c9d7231cb5f03d7f46eb2b351b2504564fd1b3 (diff) |
DB/Creature: Update Marksman Bova & Korim position
-rw-r--r-- | sql/updates/world/3.3.5/2020_01_09_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_01_09_02_world.sql b/sql/updates/world/3.3.5/2020_01_09_02_world.sql new file mode 100644 index 00000000000..72ad96f6a66 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_01_09_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature` SET `position_x`=-1721.397217, `position_y`=5637.887695, `position_z`=128.023605, `orientation`=2.859651 WHERE `guid`= 85406; +UPDATE `creature` SET `position_x`=-1712.549561, `position_y`=5646.225098, `position_z`=128.024399, `orientation`=3.322971 WHERE `guid`= 88265; |