Advertisement
nimzo_asc

spellcrit spellhit to global

Jan 19th, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. UPDATE item_template
  2. SET stat_type1 = 32
  3. WHERE stat_type1 = 21;
  4.  
  5. UPDATE item_template
  6. SET stat_type2 = 32
  7. WHERE stat_type2 = 21;
  8.  
  9. UPDATE item_template
  10. SET stat_type3 = 32
  11. WHERE stat_type3 = 21;
  12.  
  13. UPDATE item_template
  14. SET stat_type4 = 32
  15. WHERE stat_type4 = 21;
  16.  
  17. UPDATE item_template
  18. SET stat_type5 = 32
  19. WHERE stat_type5 = 21;
  20.  
  21. UPDATE item_template
  22. SET stat_type6 = 32
  23. WHERE stat_type6 = 21;
  24.  
  25. UPDATE item_template
  26. SET stat_type7 = 32
  27. WHERE stat_type7 = 21;
  28.  
  29. UPDATE item_template
  30. SET stat_type8 = 32
  31. WHERE stat_type8 = 21;
  32.  
  33. UPDATE item_template
  34. SET stat_type9 = 32
  35. WHERE stat_type9 = 21;
  36.  
  37. UPDATE item_template
  38. SET stat_type10 = 32
  39. WHERE stat_type10 = 21;
  40.  
  41. UPDATE item_template
  42. SET stat_type1 = 31
  43. WHERE stat_type1 = 18;
  44.  
  45. UPDATE item_template
  46. SET stat_type2 = 31
  47. WHERE stat_type2 = 18;
  48.  
  49. UPDATE item_template
  50. SET stat_type3 = 31
  51. WHERE stat_type3 = 18;
  52.  
  53. UPDATE item_template
  54. SET stat_type4 = 31
  55. WHERE stat_type4 = 18;
  56.  
  57. UPDATE item_template
  58. SET stat_type5 = 31
  59. WHERE stat_type5 = 18;
  60.  
  61. UPDATE item_template
  62. SET stat_type6 = 31
  63. WHERE stat_type6 = 18;
  64.  
  65. UPDATE item_template
  66. SET stat_type7 = 31
  67. WHERE stat_type7 = 18;
  68.  
  69. UPDATE item_template
  70. SET stat_type8 = 31
  71. WHERE stat_type8 = 18;
  72.  
  73. UPDATE item_template
  74. SET stat_type9 = 31
  75. WHERE stat_type9 = 18;
  76.  
  77. UPDATE item_template
  78. SET stat_type10 = 31
  79. WHERE stat_type10 = 18;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement