Resolve conflicts: adopt base branch error message wording in SaveBuffs

Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-08 18:50:43 +00:00
parent 2e62fb37bf
commit fcd03df1f8

View File

@ -2940,7 +2940,7 @@ void ZoneDatabase::SaveBuffs(Client *client)
if (saved_count < static_cast<int>(v.size())) {
database.TransactionRollback();
LogError(
"Failed to save all buffs for character [{}] [{}]. Expected [{}] rows, saved [{}]. Verify the `character_buffs` schema is up to date.",
"Failed to save all buffs for character [{}] [{}]. Expected at least [{}] rows saved, got [{}]. Verify the `character_buffs` schema is up to date.",
client->GetCleanName(),
client->CharacterID(),
v.size(),