mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +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 "
|
std::string query = StringFormat("DELETE FROM faction_values "
|
||||||
"WHERE temp = 1 AND char_id = %u",
|
"WHERE temp = 1 AND char_id = %u",
|
||||||
client->CharacterID());
|
client->CharacterID());
|
||||||
auto results = QueryDatabase(query);
|
QueryDatabase(query);
|
||||||
if (!results.Success())
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ZoneDatabase::LoadPetInfo(Client *client) {
|
void ZoneDatabase::LoadPetInfo(Client *client) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user