mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Fix RemoveTempFactions from error message removal
This commit is contained in:
parent
1530bd7937
commit
b77a586d14
@ -2993,9 +2993,7 @@ void ZoneDatabase::RemoveTempFactions(Client *client) {
|
||||
std::string query = StringFormat("DELETE FROM faction_values "
|
||||
"WHERE temp = 1 AND char_id = %u",
|
||||
client->CharacterID());
|
||||
auto results = QueryDatabase(query);
|
||||
if (!results.Success())
|
||||
|
||||
QueryDatabase(query);
|
||||
}
|
||||
|
||||
void ZoneDatabase::LoadPetInfo(Client *client) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user