Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SET @Guid := xxxxx;
- DELETE FROM `creature` WHERE `guid`=@Guid;
- 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
- (@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