Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. const DWORD tombolaItems[16][2] =
  2. {
  3. {85041, 1},
  4. {72730, 1},
  5. {50115, 5},
  6. {50133, 5},
  7. {85000, 2},
  8. {72726, 1},
  9. {32929, 1},
  10. {32944, 1},
  11. {32945, 1},
  12. {78803, 1},
  13. {78802, 2},
  14. {78801, 3},
  15. {80008, 1},
  16. {71001, 1},
  17. {71166, 1},
  18. {71094, 1},
  19. };
  20.  
  21. const static JewelAccessoryInfo infos[] =
  22. {
  23. { 50625, 14210, 16210, 17210},
  24. { 50637, 14215, 16215, 17215},
  25. { 50638, 14220, 16220, 17220},
  26. { 50635, 14225, 16225, 17225},
  27. { 50636, 14230, 16230, 17230},
  28. { 50641, 32305, 32505, 32605},
  29. { 50640, 32310, 32510, 32610},
  30. { 50642, 32315, 32515, 32615},
  31. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement