Advertisement
bucur35

Executioner cornell spawn

Sep 4th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.32 KB | None | 0 0
  1. -- Executioner Cornell spawn
  2.  
  3. SET @GUID := xxxxx;
  4.  
  5. DELETE FROM `creature` WHERE  `id`=37686;
  6. INSERT INTO `creature` (`guid`,  `id`,  `map`,  `modelid`,  `position_x`,  `position_y`,  `position_z`,  `orientation`,  `spawntimesecs`) VALUES
  7. (@GUID, 37686, 654, 30714, -1118.205322, 1138.254761, 25.299967, 5.056787, 300);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement