Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Billibub Cogspinner Engineering reagents npc
- SET @GUID := xxxxx;
- DELETE FROM `creature` WHERE `id`=5519;
- INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES
- (@GUID, 5519, 0, 3315, -8334.159180, 625.680359, 95.614197, 2.276433, 300);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement