Log in

View Full Version : Bad query in SharedDatabase::SaveInventory()


c0ncrete
02-10-2011, 04:29 PM
Lines 236 and 237 in common/shareddb.cpp refer to the column `charid` in a database query.
It should be looking for `acctid`.

joligario
02-10-2011, 08:11 PM
Interesting...

joligario
02-10-2011, 09:24 PM
This is in r1852