diff options
-rw-r--r-- | sql/updates/world/2015_10_11_02_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2015_10_11_02_world.sql b/sql/updates/world/2015_10_11_02_world.sql index 5528244f80b..0a9d014d762 100644 --- a/sql/updates/world/2015_10_11_02_world.sql +++ b/sql/updates/world/2015_10_11_02_world.sql @@ -1,5 +1,5 @@ -- Gameobject list for Molten Core -SET @OGUID := 5514; +SET @OGUID := 56280; DELETE FROM `gameobject` WHERE `guid` IN (43162,43163,43164,43165,35665); DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID AND @OGUID+14; INSERT INTO `gameobject` (`guid`,`id`,`map`,`zoneId`,`areaId`,`spawnMask`,`phaseMask`,`position_x`,`position_y`,`position_z`,`orientation`,`rotation0`,`rotation1`,`rotation2`,`rotation3`,`spawntimesecs`,`animprogress`,`state`) VALUES |