Update mob.cpp

This commit is contained in:
Kinglykrab 2025-08-30 16:59:01 -04:00
parent 8746c1845d
commit 35aaf05173

View File

@ -2696,7 +2696,7 @@ void Mob::SendStatsWindow(Client* c, bool use_window)
"Attack: {} Item and Spell Attack: {}/{} Server Side Attack: {}",
IsBot() ? Strings::Commify(CastToBot()->GetTotalATK()) : Strings::Commify(CastToClient()->GetTotalATK()),
Strings::Commify(GetATKBonus()),
Strings::Commify(attack_cap),
Strings::Commify(GetStatCap(StatCap::Attack)),
Strings::Commify(GetATK())
).c_str()
);