mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/Gameobject: Add spawn for Scarlet Onslaught Daily Orders: Beach
Closes #1958
This commit is contained in:
3
sql/updates/world/2012_05_23_04_world_gameobject.sql
Normal file
3
sql/updates/world/2012_05_23_04_world_gameobject.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `gameobject` WHERE `id`=188677;
|
||||
INSERT INTO `gameobject` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`position_x`,`position_y`,`position_z`,`orientation`,`rotation0`,`rotation1`,`rotation2`,`rotation3`,`spawntimesecs`,`animprogress`,`state`) VALUES
|
||||
(318,188677,571,1,1,2567.449,-388.7118,3.573463,-2.879789,0,0,0.639778,0.76856,1200,100,1);
|
||||
Reference in New Issue
Block a user