Advertisement
LaserJet

quest_chain_path_of__ashen_band_rings.sql

Aug 10th, 2011
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 2.62 KB | None | 0 0
  1. UPDATE `quest_template` SET `PrevQuestId`=0 WHERE `entry` IN
  2. -- Paths
  3. (24827,24834,24835,24823,24828,24829,25239,25240,25242,24826,24832,24833,24825,24830,24831,
  4. -- A Change of Heart
  5. 24819,24820,24821,24822,24836,24837,24838,24839,24840,24841,24842,24843,24844,24845,24846,24847,25246,25247,25248,25249);
  6. DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry` IN
  7. -- Paths
  8. (24827,24834,24835,24823,24828,24829,25239,25240,25242,24826,24832,24833,24825,24830,24831,
  9. -- A Change of Heart
  10. 24819,24820,24821,24822,24836,24837,24838,24839,24840,24841,24842,24843,24844,24845,24846,24847,25246,25247,25248,25249);
  11. INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`Comment`) VALUES
  12. -- Path of Courage
  13. (19,0,24827,0,2,50375,1,0,'Path of Courage 1'),
  14. (19,0,24834,0,2,50388,1,0,'Path of Courage 2'),
  15. (19,0,24835,0,2,50403,1,0,'Path of Courage 3'),
  16. -- Path of Destruction
  17. (19,0,24823,0,2,50384,1,0,'Path of Destruction 1'),
  18. (19,0,24828,0,2,50377,1,0,'Path of Destruction 2'),
  19. (19,0,24829,0,2,50397,1,0,'Path of Destruction 3'),
  20. -- Path of Might
  21. (19,0,25239,0,2,52569,1,0,'Path of Might 1'),
  22. (19,0,25240,0,2,52570,1,0,'Path of Might 2'),
  23. (19,0,25242,0,2,52571,1,0,'Path of Might 3'),
  24. -- Path of Vengeance
  25. (19,0,24826,0,2,50376,1,0,'Path of Vengeance 1'),
  26. (19,0,24832,0,2,50387,1,0,'Path of Vengeance 2'),
  27. (19,0,24833,0,2,50401,1,0,'Path of Vengeance 3'),
  28. -- Path of Wisdom
  29. (19,0,24825,0,2,50378,1,0,'Path of Wisdom 1'),
  30. (19,0,24830,0,2,50386,1,0,'Path of Wisdom 2'),
  31. (19,0,24831,0,2,50399,1,0,'Path of Wisdom 3'),
  32. -- A Change of Heart
  33. (19,0,24819,0,2,50377,1,0,'A Change of Heart'),
  34. (19,0,24820,0,2,50376,1,0,'A Change of Heart'),
  35. (19,0,24821,0,2,50375,1,0,'A Change of Heart'),
  36. (19,0,24822,0,2,50378,1,0,'A Change of Heart'),
  37. (19,0,24836,0,2,50384,1,0,'A Change of Heart'),
  38. (19,0,24837,0,2,50386,1,0,'A Change of Heart'),
  39. (19,0,24838,0,2,50387,1,0,'A Change of Heart'),
  40. (19,0,24839,0,2,50388,1,0,'A Change of Heart'),
  41. (19,0,24840,0,2,50397,1,0,'A Change of Heart'),
  42. (19,0,24841,0,2,50399,1,0,'A Change of Heart'),
  43. (19,0,24842,0,2,50401,1,0,'A Change of Heart'),
  44. (19,0,24843,0,2,50403,1,0,'A Change of Heart'),
  45. (19,0,24844,0,2,50398,1,0,'A Change of Heart'),
  46. (19,0,24845,0,2,50400,1,0,'A Change of Heart'),
  47. (19,0,24846,0,2,50402,1,0,'A Change of Heart'),
  48. (19,0,24847,0,2,50404,1,0,'A Change of Heart'),
  49. (19,0,25246,0,2,52572,1,0,'A Change of Heart'),
  50. (19,0,25247,0,2,52569,1,0,'A Change of Heart'),
  51. (19,0,25248,0,2,52570,1,0,'A Change of Heart'),
  52. (19,0,25249,0,2,52571,1,0,'A Change of Heart');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement