casucristy

ss

Jul 20th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.48 KB | None | 0 0
  1. -- fix quest The MIddle Fragment (missing object)
  2.  
  3. DELETE FROM `gameobject` WHERE `id` = 206562;
  4.  
  5. SET @GUID:= 6602864; -- 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,'206562','646','1','1','459.836','1621.63','355.801','1.50408','0','0','0.683131','0.730296','300','0','1');
Advertisement
Add Comment
Please, Sign In to add comment