Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Executioner Cornell spawn
- SET @GUID := xxxxx;
- DELETE FROM `creature` WHERE `id`=37686;
- INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES
- (@GUID, 37686, 654, 30714, -1118.205322, 1138.254761, 25.299967, 5.056787, 300);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement