casucristy

ss

Jul 21st, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.63 KB | None | 0 0
  1. -- fix quest Fly over (ally and horde side)
  2.  
  3. UPDATE `creature_template` SET `ScriptName` = "npc_fly_over_bunny" WHERE `entry` = 44839;
  4.  
  5. SET @GUID:= 555555; -- last guid
  6.  
  7. DELETE FROM `creature` WHERE `id` = 44839;
  8.  
  9. 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
  10. ('5201621','44839','646','1','1','0','0','267.218','1072.82','60.6327','2.57276','300','0','0','42','0','0','0','0','0');
Advertisement
Add Comment
Please, Sign In to add comment