diff options
| author | Dr-J <daniel.jarrott0@gmail.com> | 2014-12-11 20:19:11 +0000 |
|---|---|---|
| committer | Dr-J <daniel.jarrott0@gmail.com> | 2014-12-11 20:19:11 +0000 |
| commit | a455b47b49447861bdc64900a53d2186a850a926 (patch) | |
| tree | da44bd94fa6ed66c0e64b85d9af6ef1b5b002f38 | |
| parent | 6dabb00870f3ca0d45aaac54c297c2289ecbee2d (diff) | |
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
| -rw-r--r-- | sql/updates/world/2014_12_11_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
