MR-2: Auto-revert POS_FIGHTING after inactivity + Realtime character level updates + Macros removed

This commit is contained in:
Mind Rapist
2025-12-20 01:55:05 +02:00
parent a53600aebf
commit 47caa3e076
15 changed files with 60 additions and 202 deletions

View File

@@ -342,10 +342,8 @@ class CInputP2P : public CInputProcessor
void LoginPing(LPDESC d, const char * c_pData);
void BlockChat(const char * c_pData);
void IamAwake(LPDESC d, const char * c_pData);
#ifdef CROSS_CHANNEL_FRIEND_REQUEST
void MessengerRequestAdd(const char* c_pData);
void MessengerResponse(const char* c_pData);
#endif
protected:
CPacketInfoGG m_packetInfoGG;