casucristy

ss

Jul 20th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.57 KB | None | 0 0
  1. -- Spawn Therezane at Therezane's Throne - very important npc - opens a chain quest
  2.  
  3. DELETE FROM `creature` WHERE `id` = 42465;
  4.  
  5. SET @GUID:=555000; -- last guid;
  6.  
  7. 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
  8. (@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