mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 12:41:30 +00:00
Update mob.cpp
This commit is contained in:
parent
8746c1845d
commit
35aaf05173
@ -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()
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user