Advertisement
Guest User

Untitled

a guest
Jun 17th, 2014
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1.  
  2. DELETE FROM `achievement_criteria_data` WHERE `criteria_id`=6937;
  3. INSERT INTO `achievement_criteria_data` (`criteria_id`, `type`, `value1`, `value2`, `ScriptName`) VALUES
  4. (6937, 0, 0, 0, '');
  5.  
  6. DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=45819;
  7. INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
  8. (45819, 45638, 0, 'Throw Torch');
  9.  
  10. DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=45638;
  11. INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
  12. (45638, 45276, 0, 'Throw Torch');
  13.  
  14. DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=45638;
  15. INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition` ,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
  16. (17,0,45638,0,0,31,0,4,0,0,0,0,'','Torch juggler target player');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement