mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 06:18:21 +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:
+1
-1
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user