Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.54 KB | None | 0 0
  1. ## fixes lovely dress box.
  2. insert into `item_loot_template` (
  3. entry, item, chanceorquestchance, lootmode, groupid,
  4. mincountorref, maxcount)
  5. VALUES
  6. (50160, 22279, 25, 1, 1, 1, 1),
  7. (50160, 22280, 25, 1, 1, 1, 1),
  8. (50160, 22278, 25, 1, 1, 1, 1),
  9. (50160, 22276, 25, 1, 1, 1, 1);
  10.  
  11. ## chocolate box
  12. insert into `item_loot_template` (
  13. entry, item, chanceorquestchance, lootmode, groupid,
  14. mincountorref, maxcount)
  15. VALUES
  16. (49909, 22237, 70, 1, 0, 1, 5),
  17. (49909, 22239, 70, 1, 0, 1, 6),
  18. (49909, 22238, 70, 1, 0, 1, 6),
  19. (49909, 22236, 70, 1, 0, 1, 6);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement