mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-04 02:42:26 +00:00
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:
parent
2e62fb37bf
commit
fcd03df1f8
@ -2940,7 +2940,7 @@ void ZoneDatabase::SaveBuffs(Client *client)
|
|||||||
if (saved_count < static_cast<int>(v.size())) {
|
if (saved_count < static_cast<int>(v.size())) {
|
||||||
database.TransactionRollback();
|
database.TransactionRollback();
|
||||||
LogError(
|
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->GetCleanName(),
|
||||||
client->CharacterID(),
|
client->CharacterID(),
|
||||||
v.size(),
|
v.size(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user