mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-20 02:33:53 +00:00
Fix UpdateKarma from error message removal
This commit is contained in:
parent
00db3d270c
commit
54868922ef
@ -2731,9 +2731,7 @@ uint32 ZoneDatabase::GetKarma(uint32 acct_id)
|
||||
void ZoneDatabase::UpdateKarma(uint32 acct_id, uint32 amount)
|
||||
{
|
||||
std::string query = StringFormat("UPDATE account SET karma = %i WHERE id = %i", amount, acct_id);
|
||||
auto results = QueryDatabase(query);
|
||||
if (!results.Success())
|
||||
|
||||
QueryDatabase(query);
|
||||
}
|
||||
|
||||
void ZoneDatabase::ListAllInstances(Client* client, uint32 charid)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user