Advertisement
tok124

twohand update fix

Oct 30th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.40 KB | None | 0 0
  1. UPDATE item_template
  2. SET
  3. stat_value1 = stat_value1 * 1.5,
  4. stat_value2 = stat_value2 * 1.5,
  5. stat_value3 = stat_value3 * 1.5,
  6. stat_value4 = stat_value4 * 1.5,
  7. stat_value5 = stat_value5 * 1.5,
  8. stat_value6 = stat_value6 * 1.5,
  9. stat_value7 = stat_value7 * 1.5,
  10. stat_value8 = stat_value8 * 1.5,
  11. stat_value9 = stat_value9 * 1.5,
  12. stat_value10 = stat_value10 * 1.5
  13. WHERE class = 2 AND InventoryType = 17;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement