diff options
| author | Wyreth <Wyreth@users.noreply.github.com> | 2017-10-19 19:03:26 +0200 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2021-01-08 21:12:11 +0100 |
| commit | 3152c7fdd9601db0324744c5a8e983e01534d018 (patch) | |
| tree | 68b1f92d69502cf3a04b636964229fa61f5b5170 | |
| parent | d3de2873cbaf51cc09b4d0fc769869ad0930920a (diff) | |
DB/Creature: Nimrida and Keyanomir
Closes #20654
(cherry picked from commit 4733bb24e2511abf5434d593b9e0d241d182864c)
| -rw-r--r-- | sql/updates/world/master/2021_01_06_00_world_2017_10_19_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_01_06_00_world_2017_10_19_03_world.sql b/sql/updates/world/master/2021_01_06_00_world_2017_10_19_03_world.sql new file mode 100644 index 00000000000..0a88f09568f --- /dev/null +++ b/sql/updates/world/master/2021_01_06_00_world_2017_10_19_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature` SET `position_x`=9715.041, `position_y`=-7311.676, `position_z`=24.84278, `orientation`=4.869469 WHERE `id`=18232; +UPDATE `creature` SET `position_x`=9714.112, `position_y`=-7313.333, `position_z`=24.8485, `orientation`=1.134464 WHERE `id`=18231; |
