diff options
author | Kittnz <frederik156@hotmail.com> | 2016-10-20 21:49:43 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-10-15 16:08:52 +0200 |
commit | 227dc49f5aff304077ebb66cd5e6e0408c679567 (patch) | |
tree | 518ac50a0d775bb2ddf97a547c348db98b5abdc0 | |
parent | b3dedb11feb851faa1e027262c8160fd55b26b5c (diff) |
DB/GameObject: Change position of the Candy Bucket in Bor'gorok Outpost
Updates #18104
(cherry picked from commit f1cced96b3094273e29adbf72de58617c538402d)
-rw-r--r-- | sql/updates/world/master/2017_10_15_05_world_2016_10_20_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_10_15_05_world_2016_10_20_00_world.sql b/sql/updates/world/master/2017_10_15_05_world_2016_10_20_00_world.sql new file mode 100644 index 00000000000..d2db94033ab --- /dev/null +++ b/sql/updates/world/master/2017_10_15_05_world_2016_10_20_00_world.sql @@ -0,0 +1 @@ +UPDATE `gameobject` SET `position_x`=4514.365, `position_y`=5703.074, `position_z`=81.5672, `orientation`=3.717554, `rotation2`=-0.9588194, `rotation3`=0.2840165 WHERE `guid`=87601; |