View Single Post
  #1  
Old 02-10-2011, 04:29 PM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default Bad query in SharedDatabase::SaveInventory()

Lines 236 and 237 in common/shareddb.cpp refer to the column `charid` in a database query.
It should be looking for `acctid`.
Reply With Quote