diff options
author | Killyana <morphone1@gmail.com> | 2018-04-11 22:22:09 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-04-11 22:22:09 +0200 |
commit | a7ef5ef8845d6fb506f55812f43eb7aa09fb5d88 (patch) | |
tree | 4856862f57689c87f53bf54db4a46ac836ce5be1 | |
parent | 7d5e61d0eb6ce6eacb98650be4afe1d0a1791605 (diff) |
DB/Creature: Fix Silvermoon Guardian position
Closes #18944
-rw-r--r-- | sql/updates/world/master/2018_04_11_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_04_11_04_world.sql b/sql/updates/world/master/2018_04_11_04_world.sql new file mode 100644 index 00000000000..40d5bb2b1f3 --- /dev/null +++ b/sql/updates/world/master/2018_04_11_04_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `position_x`=9510.07, `position_y`=-6810.53, `position_z`=16.48, `orientation`=3.92456 WHERE `guid`=375662; |