Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- fix quest The MIddle Fragment (missing object)
- DELETE FROM `gameobject` WHERE `id` = 206562;
- SET @GUID:= 6602864; -- last guid
- INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
- (@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