View Single Post
  #2  
Old 12-27-2009, 10:06 AM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

The stats have an 'a' in front of them. Without testing, it will be something like:

Code:
UPDATE items SET astr = astr * 2, asta = asta * 2, aagi = aagi * 2, adex = adex * 2;
Also, most likely mySQL will allow you to use *= if you want. Like: astr *= 2
Reply With Quote