Advertisement
bucur35

Engineering vendor

Sep 4th, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.33 KB | None | 0 0
  1. -- Billibub Cogspinner Engineering reagents npc
  2.  
  3. SET @GUID := xxxxx;
  4.      
  5. DELETE FROM `creature` WHERE  `id`=5519;
  6. INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES
  7. (@GUID, 5519, 0, 3315, -8334.159180, 625.680359, 95.614197, 2.276433, 300);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement