diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-04-09 08:53:11 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-04-09 08:53:11 +0200 |
commit | 904d1cc21a2145d59be52f3601e51f4b169f8437 (patch) | |
tree | aca545e5c91bdf928c01a290e516d2877ae7311f | |
parent | 13a5c2ff6358a008d45496e60323cecadd9b533d (diff) |
DB/Creature: Warden of the Chamber
By Foldor, closes #14509
P.s. checked on 12340 sniff the coords, that's why i use VerifiedBuild 12340 instead 19831 of original fix.
-rw-r--r-- | sql/updates/world/2015_04_09_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_04_09_01_world.sql b/sql/updates/world/2015_04_09_01_world.sql new file mode 100644 index 00000000000..55da6309cbc --- /dev/null +++ b/sql/updates/world/2015_04_09_01_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature` SET `position_x`=3592.494, `position_y`=191.1563, `position_z`=-113.6729, `orientation`=1.22173, `VerifiedBuild`=12340 WHERE `guid`=131056; +UPDATE `creature` SET `position_x`=3611.361, `position_y`=204.7483, `position_z`=-113.6808, `orientation`=3.665191, `VerifiedBuild`=12340 WHERE `guid`=131059; |