Harden item pickup validation
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled

This commit is contained in:
server
2026-04-16 12:08:31 +02:00
parent 2e6140abce
commit 819bf0b823
4 changed files with 132 additions and 81 deletions

View File

@@ -138,6 +138,8 @@ void CHARACTER::Initialize()
CountDrops = 0;
LastDropTime = 0;
m_dwPickupWindowStart = 0;
m_iPickupWindowCount = 0;
m_iLastPMPulse = 0;
m_iPMCounter = 0;