diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-10-12 09:39:04 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-10-12 09:39:04 +0200 |
commit | 7efe52fab7db1791f3e96170cf242568ad779b25 (patch) | |
tree | 082c7cc014c780f00226fd20789de7301659c2d3 | |
parent | d70af4758504f75f731c35939bb98cfd6e617073 (diff) |
DB/Misc: Fix guid
-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 |