mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
More cleanup of some QueryDatabase references that no longer need auto results
This commit is contained in:
+1
-3
@@ -376,8 +376,6 @@ void Client::RemoveTitle(int titleSet) {
|
||||
std::string query = StringFormat("DELETE FROM player_titlesets "
|
||||
"WHERE `title_set` = %i AND `char_id` = %i",
|
||||
titleSet, CharacterID());
|
||||
auto results = database.QueryDatabase(query);
|
||||
if (!results.Success())
|
||||
|
||||
database.QueryDatabase(query);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user