From f1cced96b3094273e29adbf72de58617c538402d Mon Sep 17 00:00:00 2001 From: Kittnz Date: Thu, 20 Oct 2016 21:49:43 +0200 Subject: DB/GameObject: Change position of the Candy Bucket in Bor'gorok Outpost Updates #18104 --- sql/updates/world/3.3.5/2016_10_20_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/3.3.5/2016_10_20_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2016_10_20_00_world.sql b/sql/updates/world/3.3.5/2016_10_20_00_world.sql new file mode 100644 index 00000000000..d2db94033ab --- /dev/null +++ b/sql/updates/world/3.3.5/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; -- cgit v1.2.3