mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
[Logging] Fix log messages to final damage values (#2056)
This commit is contained in:
@@ -5803,7 +5803,7 @@ void Client::Handle_OP_EnvDamage(const EQApplicationPacket *app)
|
||||
Chat::Red,
|
||||
fmt::format(
|
||||
"Your GM status protects you from {} points of {} (Type {}) damage.",
|
||||
ed->damage,
|
||||
damage,
|
||||
EQ::constants::GetEnvironmentalDamageName(ed->dmgtype),
|
||||
ed->dmgtype
|
||||
).c_str()
|
||||
@@ -5815,7 +5815,7 @@ void Client::Handle_OP_EnvDamage(const EQApplicationPacket *app)
|
||||
Chat::Red,
|
||||
fmt::format(
|
||||
"Your invulnerability protects you from {} points of {} (Type {}) damage.",
|
||||
ed->damage,
|
||||
damage,
|
||||
EQ::constants::GetEnvironmentalDamageName(ed->dmgtype),
|
||||
ed->dmgtype
|
||||
).c_str()
|
||||
|
||||
Reference in New Issue
Block a user