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, '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