casucristy

fghqw

Jul 16th, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.50 KB | None | 0 0
  1. -- spawn missing creature from mount hyjal map
  2.  
  3.  
  4. DELETE FROM `creature` WHERE `id` = 40578;
  5.  
  6. 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
  7. ('343121','40578','1','1','1','0','0','4592.37','-2527.06','1124.09','5.73143','300','0','0','42','0','0','0','0','0');
Advertisement
Add Comment
Please, Sign In to add comment