diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-10-05 09:49:41 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-10-05 09:49:41 +0200 |
commit | df516dd5ceff314f7d6f732d13657d18d50d4ffb (patch) | |
tree | 5692daeef3332a4b3ad695548a955a2ffaacd65e | |
parent | 9db31555e9973338b98ee5be178e4bbf8f960ce5 (diff) |
DB/Creature: correct spawn of 5 creatures
-rw-r--r-- | sql/updates/world/2014_10_05_06_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2014_10_05_06_world.sql b/sql/updates/world/2014_10_05_06_world.sql new file mode 100644 index 00000000000..fa28f871d64 --- /dev/null +++ b/sql/updates/world/2014_10_05_06_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `creature` SET `map`=571 WHERE `guid`=101828 AND `id`=25434; +UPDATE `creature` SET `position_y`=-6381.79 WHERE `guid`=82822 AND `id`=16303; +UPDATE `creature` SET `position_y`=-6395.32 WHERE `guid`=82826 AND `id`=16303; +UPDATE `creature` SET `position_y`=-6343.51 WHERE `guid`=82827 AND `id`=16303; +UPDATE `creature` SET `map`=1 WHERE `guid`=40251 AND `id`=29346; |