From a455b47b49447861bdc64900a53d2186a850a926 Mon Sep 17 00:00:00 2001 From: Dr-J Date: Thu, 11 Dec 2014 20:19:11 +0000 Subject: [PATCH] DB/Misc: Misc fixes 1) Fix two black cages which are currently open by default 2) Move Bash'ir Crystalforge http://www.wowhead.com/object=185921/bashir-crystalforge to its proper position --- sql/updates/world/2014_12_11_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_12_11_00_world.sql diff --git a/sql/updates/world/2014_12_11_00_world.sql b/sql/updates/world/2014_12_11_00_world.sql new file mode 100644 index 00000000000..cf0b3f80eb0 --- /dev/null +++ b/sql/updates/world/2014_12_11_00_world.sql @@ -0,0 +1,2 @@ +UPDATE `gameobject` SET `state`=1 WHERE `id`=195310 AND `guid` IN(61663,61683); +UPDATE `gameobject` SET `position_x`=4020.56, `position_y`=5895.08, `position_z`=267.871 WHERE `guid`=13355;