Thread: Proc Items
View Single Post
  #3  
Old 10-30-2004, 03:36 AM
Malignus Wingnut
Hill Giant
 
Join Date: Sep 2004
Posts: 233
Default

Code:
 UPDATE items SET charges=1 WHERE charges=0;
run that in mysql and it should fix.
Reply With Quote