Advertisement
bucur35

Untitled

Oct 27th, 2012
109
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`)
  5. VALUES
  6. (@Guid, '3655', '1', '1', '1', '7221', '25', '-661.520630', '-2005.063354', '61.838982', '2.202208', '300', '0', '0', '772', '0', '0', '0', '0', '0');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement