Advertisement
bucur35

Untitled

Oct 26th, 2012
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.52 KB | None | 0 0
  1. SET @Guid := xxxxx;
  2.  
  3. DELETE FROM `creature` WHERE  `guid`=@Guid;
  4. INSERT INTO `creature` (`guid`,  `id`,  `map`,  `spawnMask`,  `phaseMask`,  `modelid`,  `equipment_id`,  `position_x`,  `position_y`,  `position_z`,  `orientation`,  `spawntimesecs`,  `spawndist`,  `currentwaypoint`,  `curhealth`,  `curmana`,  `MovementType`,  `npcflag`,  `unit_flags`,  `dynamicflags`) VALUES
  5. (@Guid, '44833', '1', '1', '1', '22403', '44833', '-8920.700195', '-2261.419922', '8.960930', '5.846850', '1', '0', '0', '35967', '0', '0', '3', '0', '0');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement