DB/Gameobject: Spawn TEMP Greater Moonlight

By Darkman1983, closes #4945
This commit is contained in:
Aokromes
2014-01-27 08:26:18 +01:00
parent 0b3ae6730d
commit 22508d197f

View File

@@ -0,0 +1,17 @@
-- By Darkman1983
SET @GUID =11995;
INSERT INTO `gameobject` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`position_x`,`position_y`,`position_z`,`orientation`,`rotation0`,`rotation1`,`rotation2`,`rotation3`,`spawntimesecs`,`animprogress`,`state`) VALUES
(@GUID+0, 300058, 1, 0, 0, 1983.464966, -4255.527344, 31.897110, 0.526572, 0, 0, 0, 0, 300, 0, 1),
(@GUID+1, 300058, 1, 0, 0, -1031.407349, -230.353455, 160.180954, 3.209599, 0, 0, 0, 0, 300, 0, 1),
(@GUID+2, 300058, 1, 0, 0, 10150.500000, 2602.330078, 1330.829956, 4.751910, 0, 0, 0, 0, 300, 0, 1),
(@GUID+3, 300058, 0, 0, 0, 1642.353760, 239.186249, 62.591576, 5.267044, 0, 0, 0, 0, 300, 0, 1),
(@GUID+4, 300058, 0, 0, 0, -4663.466797, -955.900879, 500.377686, 5.617465, 0, 0, 0, 0, 300, 0, 1),
(@GUID+5, 300058, 0, 0, 0, -8747.168945, 1073.401367, 90.419289, 5.551456, 0, 0, 0, 0, 300, 0, 1);
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(7, @GUID+0),
(7, @GUID+1),
(7, @GUID+2),
(7, @GUID+3),
(7, @GUID+4),
(7, @GUID+5);