diff options
| author | Wyrserth <wyrserth@protonmail.com> | 2019-07-20 23:22:59 +0200 |
|---|---|---|
| committer | Wyrserth <wyrserth@protonmail.com> | 2019-07-20 23:22:59 +0200 |
| commit | 94c936844c76a28ad928b108f9b15ed455d4aef6 (patch) | |
| tree | 2018e46afbdaccddc777e0dd7c4f7a991095a802 | |
| parent | 1b4624b6b0d9e558edcc31d421c9e0962a396373 (diff) | |
DB/Creature: fix spawn position for Scout Tharr.
| -rw-r--r-- | sql/updates/world/3.3.5/2019_07_20_07_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_20_07_world.sql b/sql/updates/world/3.3.5/2019_07_20_07_world.sql new file mode 100644 index 00000000000..4e508602626 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_20_07_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `position_x`=1645.22, `position_y`=-4416.44, `position_z`=16.5534, `orientation`=0.19707 WHERE `guid`=6494; |
