Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.66 KB | None | 0 0
  1. -- Loot for Lovely Dress Box (wowhead comments)
  2. DELETE FROM `item_loot_template` WHERE `entry`=50160;
  3. INSERT INTO `item_loot_template`(`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES
  4. (50160,22279,25,1,0,1,1),
  5. (50160,22280,25,1,0,1,1),
  6. (50160,22278,25,1,0,1,1),
  7. (50160,22276,25,1,0,1,1);
  8.  
  9. -- Loot for Box of Chocolates (wowhead)
  10. DELETE FROM `item_loot_template` WHERE `entry`=49909;
  11. INSERT INTO `item_loot_template`(`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES
  12. (49909,22236,93,1,0,1,4),
  13. (49909,22238,93,1,0,1,4),
  14. (49909,22237,25,1,0,1,2),
  15. (49909,22239,25,1,0,1,4);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement