mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
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
This commit is contained in:
2
sql/updates/world/2014_12_11_00_world.sql
Normal file
2
sql/updates/world/2014_12_11_00_world.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user