From 7efe52fab7db1791f3e96170cf242568ad779b25 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 12 Oct 2015 09:39:04 +0200 Subject: DB/Misc: Fix guid --- sql/updates/world/2015_10_11_02_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/updates/world') 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 -- cgit v1.2.3