Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Spawn Therezane at Therezane's Throne - very important npc - opens a chain quest
- DELETE FROM `creature` WHERE `id` = 42465;
- SET @GUID:=555000; -- last guid;
- 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
- (@GUID+0,'42465','646','1','1','0','0','2382.59','178.276','182.253','3.23813','300','0','0','8400','0','0','0','0','0');
Advertisement
Add Comment
Please, Sign In to add comment