Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. --Legendary Mats--
  2. UPDATE item_template SET stackable=1000 WHERE entry=68011;
  3. UPDATE item_template SET stackable=1000 WHERE entry=68009;
  4. UPDATE item_template SET stackable=1000 WHERE entry=68014;
  5. UPDATE item_template SET stackable=1000 WHERE entry=68005;
  6. UPDATE item_template SET stackable=1000 WHERE entry=68002;
  7. UPDATE item_template SET stackable=1000 WHERE entry=68003;
  8. UPDATE item_template SET stackable=1000 WHERE entry=68019;
  9. UPDATE item_template SET stackable=1000 WHERE entry=68001;
  10. UPDATE item_template SET stackable=1000 WHERE entry=68015;
  11. UPDATE item_template SET stackable=1000 WHERE entry=68006;
  12. UPDATE item_template SET stackable=1000 WHERE entry=68008;
  13. UPDATE item_template SET stackable=1000 WHERE entry=68010;
  14. UPDATE item_template SET stackable=1000 WHERE entry=68004;
  15. UPDATE item_template SET stackable=1000 WHERE entry=68016;
  16. UPDATE item_template SET stackable=1000 WHERE entry=68013;
  17. UPDATE item_template SET stackable=1000 WHERE entry=68012;
  18. UPDATE item_template SET stackable=1000 WHERE entry=68007;
  19. UPDATE item_template SET stackable=1000 WHERE entry=68020;
  20. UPDATE item_template SET stackable=1000 WHERE entry=68018;
  21. UPDATE item_template SET stackable=1000 WHERE entry=68017;
  22. --Fishing Mats--
  23. UPDATE item_template SET stackable=9800 WHERE entry=6240112;
  24. UPDATE item_template SET stackable=9800 WHERE entry=6240110;
  25. UPDATE item_template SET stackable=9800 WHERE entry=6240111;
  26. --Battle Angel Mats--
  27. UPDATE item_template SET stackable=1000 WHERE entry=67001;
  28. --Timeless Bag Mats--
  29. UPDATE item_template SET stackable=1000 WHERE entry=7800041;
  30. UPDATE item_template SET stackable=1000 WHERE entry=7800042;
  31. --Consumables--
  32. UPDATE item_template SET stackable=1000 WHERE entry=46377;
  33. UPDATE item_template SET stackable=1000 WHERE entry=46376;
  34. UPDATE item_template SET stackable=1000 WHERE entry=46379;
  35. UPDATE item_template SET stackable=1000 WHERE entry=43015;
  36. --Crafting Mats--
  37. UPDATE item_template SET stackable=1000 WHERE entry=32601;
  38. UPDATE item_template SET stackable=1000 WHERE entry=38426;
  39. UPDATE item_template SET stackable=1000 WHERE entry=38425;
  40. UPDATE item_template SET stackable=1000 WHERE entry=34054;
  41. UPDATE item_template SET stackable=1000 WHERE entry=35625;
  42. UPDATE item_template SET stackable=1000 WHERE entry=34052;
  43. UPDATE item_template SET stackable=1000 WHERE entry=37704;
  44. UPDATE item_template SET stackable=1000 WHERE entry=43146;
  45. UPDATE item_template SET stackable=1000 WHERE entry=42225;
  46. UPDATE item_template SET stackable=1000 WHERE entry=41266;
  47. UPDATE item_template SET stackable=1000 WHERE entry=41813;
  48. UPDATE item_template SET stackable=1000 WHERE entry=36905;
  49. UPDATE item_template SET stackable=1000 WHERE entry=39690;
  50. UPDATE item_template SET stackable=1000 WHERE entry=42253;
  51. UPDATE item_template SET stackable=1000 WHERE entry=44128;
  52. UPDATE item_template SET stackable=1000 WHERE entry=40411;
  53. UPDATE item_template SET stackable=1000 WHERE entry=36922;
  54. UPDATE item_template SET stackable=1000 WHERE entry=39681;
  55. UPDATE item_template SET stackable=1000 WHERE entry=41595;
  56. UPDATE item_template SET stackable=1000 WHERE entry=36901;
  57. UPDATE item_template SET stackable=1000 WHERE entry=41593;
  58. UPDATE item_template SET stackable=1000 WHERE entry=36919;
  59. UPDATE item_template SET stackable=1000 WHERE entry=15994;
  60. UPDATE item_template SET stackable=1000 WHERE entry=43145;
  61. UPDATE item_template SET stackable=1000 WHERE entry=34057;
  62. UPDATE item_template SET stackable=1000 WHERE entry=43127;
  63. UPDATE item_template SET stackable=1000 WHERE entry=36925;
  64. UPDATE item_template SET stackable=1000 WHERE entry=41809;
  65. UPDATE item_template SET stackable=1000 WHERE entry=32598;
  66. UPDATE item_template SET stackable=1000 WHERE entry=36928;
  67. UPDATE item_template SET stackable=1000 WHERE entry=34052;
  68. UPDATE item_template SET stackable=1000 WHERE entry=41594;
  69. UPDATE item_template SET stackable=1000 WHERE entry=34055;
  70. UPDATE item_template SET stackable=1000 WHERE entry=34056;
  71. --Quality Updates--
  72. UPDATE item_template SET quality=3 WHERE entry=38425;
  73. UPDATE item_template SET quality=4 WHERE entry=130006;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement