diff --git a/zone/client_packet.cpp b/zone/client_packet.cpp index 272251ab8..24d384b2d 100644 --- a/zone/client_packet.cpp +++ b/zone/client_packet.cpp @@ -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()