fps fixed

This commit is contained in:
d1str4ught
2025-08-22 22:49:19 +02:00
parent 28ebb68c5a
commit 5c0fdf1a0b
3 changed files with 4 additions and 4 deletions

View File

@@ -7262,5 +7262,5 @@ int CHARACTER::GetSkillPowerByLevel(int level, bool bMob) const
void CHARACTER::SetLastPMPulse(void)
{
m_iLastPMPulse = thecore_pulse() + 25;
m_iLastPMPulse = thecore_pulse() + passes_per_sec;
}