mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 08:26:36 +00:00
More cleanup of some QueryDatabase references that no longer need auto results
This commit is contained in:
+1
-3
@@ -2852,9 +2852,7 @@ void ZoneDatabase::SaveBuffs(Client *client) {
|
||||
buffs[index].magic_rune, buffs[index].persistant_buff, buffs[index].dot_rune,
|
||||
buffs[index].caston_x, buffs[index].caston_y, buffs[index].caston_z,
|
||||
buffs[index].ExtraDIChance);
|
||||
auto results = QueryDatabase(query);
|
||||
if (!results.Success())
|
||||
|
||||
QueryDatabase(query);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user