Remove Duplicative MySQL Error: GetInventory query '%s' %s

This commit is contained in:
Akkadius 2015-01-19 05:25:55 -06:00
parent fa1e73fa03
commit a128c74090

View File

@ -609,7 +609,6 @@ bool SharedDatabase::GetInventory(uint32 account_id, char* name, Inventory* inv)
name, account_id);
auto results = QueryDatabase(query);
if (!results.Success()){
Log.Out(Logs::General, Logs::Error, "GetInventory query '%s' %s", query.c_str(), results.ErrorMessage().c_str());
Log.Out(Logs::General, Logs::Error, "If you got an error related to the 'instnodrop' field, run the following SQL Queries:\nalter table inventory add instnodrop tinyint(1) unsigned default 0 not null;\n");
return false;
}