Recalculate stats with player untransform.

This commit is contained in:
MobiusDevelopment
2022-12-06 05:36:42 +00:00
parent ee43c1479a
commit d08fdd2f14
26 changed files with 26 additions and 0 deletions

View File

@@ -502,6 +502,7 @@ public abstract class Creature extends WorldObject implements ISkillsHolder, IDe
// Resend UserInfo to player.
if (isPlayer())
{
getStat().recalculateStats(true);
sendPacket(new UserInfo((Player) this));
}
}