diff options
author | Killyana <morphone1@gmail.com> | 2020-01-09 18:33:25 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-20 20:23:30 +0100 |
commit | fd265269720e64bf39dae205b670b25a677a3938 (patch) | |
tree | 047c317200a0bf4f3fb1b74763cd8187f613a625 | |
parent | a23eaa06db6cc16f9b952a13a7b2ecd35f8ffb1f (diff) |
DB/Creature: Update Marksman Bova & Korim position
(cherry picked from commit 43b247e17e8f5df4eda74578499f5a9758c3852b)
-rw-r--r-- | sql/updates/world/master/2021_12_20_06_world_2020_01_09_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_20_06_world_2020_01_09_02_world.sql b/sql/updates/world/master/2021_12_20_06_world_2020_01_09_02_world.sql new file mode 100644 index 00000000000..72ad96f6a66 --- /dev/null +++ b/sql/updates/world/master/2021_12_20_06_world_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; |