DB/Gameobject: Spawn go for quest Livin' the life

By Kilyana
This commit is contained in:
Aokromes
2018-02-02 23:34:22 +01:00
parent 5658af802e
commit ef39c181a8

View File

@@ -0,0 +1,5 @@
--
SET @OGUID := 200630;
DELETE FROM `gameobject` WHERE `guid`=@OGUID;
INSERT INTO `gameobject` (`guid`,`id`,`map`,`zoneId`,`areaId`,`spawnMask`,`PhaseId`,`position_x`,`position_y`,`position_z`,`orientation`,`rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
(@OGUID,203957, 0, 40, 111, 1, 169, -9848.62, 1390.5, 38.0731, 3.92641, 0, 0, 0.92399, -0.382416, 300, 255, 1);