diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-10-11 05:27:14 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-10-11 05:27:14 +0200 |
| commit | 402ac71ee80d029ec027fe8113a1eee5c1470e10 (patch) | |
| tree | 70f4af479c239689a678e29aac5ccdac0c373472 | |
| parent | 5d0cc2e531956e20643ae1a8cbe06dbef60c14f6 (diff) | |
DB/Creature: Fix coords for one creature
| -rw-r--r-- | sql/updates/world/2014_10_11_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_10_11_01_world.sql b/sql/updates/world/2014_10_11_01_world.sql new file mode 100644 index 00000000000..b1fe0b91826 --- /dev/null +++ b/sql/updates/world/2014_10_11_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `position_x`=1875.67, `position_y`=1303.86, `position_z`=90.4382 WHERE `guid`=29809 and `id`=1506; |
