Remove FIX_BATTLE_INACTIVITY_TIMEOUT preprocessor directive

This commit is contained in:
rtw1x1
2025-12-19 15:44:17 +00:00
committed by GitHub
parent e6b609c817
commit 7748a50009

View File

@@ -1608,7 +1608,7 @@ void CHARACTER::EnterCombat()
if (m_dwLastCombatTime == 0)
m_dwLastCombatTime = get_dword_time();
}
#ifdef FIX_BATTLE_INACTIVITY_TIMEOUT
#endif
//
// CHARACTER::Damage 메소드는 this가 데미지를 입게 한다.