diff options
author | ghost <ghost@trinity.contrib> | 2012-05-23 22:01:45 +0200 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-05-23 22:01:45 +0200 |
commit | 05ddeb5c387eca3bf71eb1d650a16b0c6d6eda2e (patch) | |
tree | a93755a77ff50ddb46173c36ab67d8fe1d293e40 | |
parent | 2ae0cfc8b6c0c5c41550f81a8fdb768714456b00 (diff) |
DB/Gameobject: Add spawn for Scarlet Onslaught Daily Orders: Beach
Closes #1958
-rw-r--r-- | sql/updates/world/2012_05_23_04_world_gameobject.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_05_23_04_world_gameobject.sql b/sql/updates/world/2012_05_23_04_world_gameobject.sql new file mode 100644 index 00000000000..afcb1e89317 --- /dev/null +++ b/sql/updates/world/2012_05_23_04_world_gameobject.sql @@ -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); |