casucristy

ss

Jul 25th, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 1.41 KB | None | 0 0
  1. -- spawns for quest Unsolid Ground
  2.  
  3. DELETE FROM `gameobject` WHERE `id` = 204253;
  4.  
  5. SET @GUID:= 720000; -- last guid
  6.  
  7. INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
  8. (@GUID+0,'204253','646','1','1','1306.76','-40.197','-86.7553','4.52775','0','0','0.769283','-0.638908','300','0','1'),
  9. (@GUID+2,'204253','646','1','1','1325.12','-7.34407','-85.7603','0.047053','0','0','0.0235243','0.999723','300','0','1'),
  10. (@GUID+3,'204253','646','1','1','1328.37','4.06017','-83.6553','5.16157','0','0','0.531871','-0.846825','300','0','1'),
  11. (@GUID+4,'204253','646','1','1','1359.55','43.5741','-85.4123','0.110671','0','0','0.055307','0.998469','300','0','1'),
  12. (@GUID+5,'204253','646','1','1','1393.26','52.633','-86.8747','4.66598','0','0','0.723323','-0.69051','300','0','1'),
  13. (@GUID+6,'204253','646','1','1','1372.63','-39.8402','-88.4418','2.37026','0','0','0.926547','0.376178','300','0','1'),
  14. (@GUID+7,'204253','646','1','1','1345.21','-54.763','-88.8977','4.93144','0','0','0.625577','-0.780162','300','0','1'),
  15. (@GUID+8,'204253','646','1','1','1377.41','-16.4928','-88.1372','1.70974','0','0','0.754485','0.656317','300','0','1'),
  16. (@GUID+9,'204253','646','1','1','1455.07','-25.2099','-81.4395','2.30114','0','0','0.912996','0.407968','300','0','1');
Advertisement
Add Comment
Please, Sign In to add comment