diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-04-09 08:53:11 +0200 |
---|---|---|
committer | DDuarte <dnpd.dd@gmail.com> | 2015-04-14 01:02:13 +0100 |
commit | 25c83c61f777189bc6951ba9e23e00ed28d2cdac (patch) | |
tree | e5c5a305ae3727799bf18571e6fa3968615e36f8 | |
parent | b770dcd4f149c4d3f236b4108e08352571ad81b3 (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.
(cherry picked from commit 904d1cc21a2145d59be52f3601e51f4b169f8437)
-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; |