casucristy

Untitled

Jul 27th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.76 KB | None | 0 0
  1. -- quest fix - Block The Gates
  2.  
  3. DELETE FROM `spell_script_names` WHERE `spell_id` = 83883;
  4. INSERT INTO `spell_script_names` VALUES
  5. (83883,"spell_disrupt_gate");
  6.  
  7. SET @GUID:=815000;
  8.  
  9. DELETE FROM `creature` WHERE `id` IN (44930,44931);
  10. 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
  11. (@GUID+0,'44930','646','1','1','0','0','243.823','-449.923','178.929','0.437178','300','0','0','42','0','0','0','0','0'),
  12. (@GUID+1,'44931','646','1','1','0','0','246.001','-580.584','174.792','5.19276','300','0','0','42','0','0','0','0','0');
Advertisement
Add Comment
Please, Sign In to add comment