Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- quest fix - Block The Gates
- DELETE FROM `spell_script_names` WHERE `spell_id` = 83883;
- INSERT INTO `spell_script_names` VALUES
- (83883,"spell_disrupt_gate");
- SET @GUID:=815000;
- DELETE FROM `creature` WHERE `id` IN (44930,44931);
- 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,'44930','646','1','1','0','0','243.823','-449.923','178.929','0.437178','300','0','0','42','0','0','0','0','0'),
- (@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