View Single Post
  #4  
Old 10-19-2010, 12:50 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Sounds like MYSQL table corruption as far as the player inventory goes:

Run the following command in CMD and let me know how it goes:

Code:
mysqlcheck --auto-repair -uuser -ppassword tablename
Reply With Quote