Advertisement
bucur35

Untitled

Jan 13th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- The Bandit Warlord
  2.  
  3. SET @GUID := 183755;
  4.  
  5. DELETE FROM `creature` WHERE  `guid`=@GUID;
  6. 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
  7. (@GUID, 47755, 1, 1, 1, 0, 0, -8698.75, -387.318, 190.959, 0, 120, 0, 0, 1, 0, 0, 0, 0, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement