Muhtemelen lag engellemek için olan bir şey.
//Ekle
#define ENABLE_DROP_HACK_FIX // Drop hack time check
//Arat
m_dwLastGoldDropTime = 0;
//Altına Ekle
#ifdef ENABLE_DROP_HACK_FIX
CountDrops = 0;
LastDropTime = 0;
#endif
//Arat
};
ESex GET_SEX(LPCHARACTER ch)...