mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
DB/Misc: Fix guid
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user