Advertisement
bucur35

Rok'tar

Sep 3rd, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.48 KB | None | 0 0
  1. -- Spawn Rok'tar
  2.  
  3. SET @GUID := xxxxx;
  4.      
  5. DELETE FROM `creature` WHERE  `id`=@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, 46089, 0, 1, 1, 34848, 0, -4346.859863, -6566.049805, 6.299250, 5.697930, 120, 0, 0, 7, 0, 0, 0, 0, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement