Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. -- Missing relation for quest You've Been Served
  2. DELETE FROM `creature_questrelation` WHERE `id`=38208 AND `quest`=14488;
  3. INSERT INTO `creature_questrelation`(`id`,`quest`) VALUES
  4. (38208,14488);
  5. DELETE FROM `creature_questrelation` WHERE `id`=36296 AND `quest`=14488;
  6. INSERT INTO `creature_involvedrelation`(`id`,`quest`) VALUES
  7. (36296,14488);
  8.  
  9. -- Missing loot form Standard Apothecary Serving Kit request for quest You've Been Served
  10. DELETE FROM `item_loot_template` WHERE `entry`=49631;
  11. INSERT INTO `item_loot_template`(`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES
  12. (49631,49352,100,1,0,1,1),
  13. (49631,49351,100,1,0,1,1),
  14. (49631,49635,100,1,0,1,1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement