global party

This commit is contained in:
d1str4ught
2025-08-22 20:03:40 +02:00
parent 37561f1cd7
commit 28ebb68c5a
3 changed files with 14 additions and 15 deletions

View File

@@ -460,8 +460,7 @@ class CClientManager : public CNetBase, public singleton<CClientManager>
typedef std::map<DWORD, TPartyInfo> TPartyMember;
typedef std::map<DWORD, TPartyMember> TPartyMap;
typedef std::map<BYTE, TPartyMap> TPartyChannelMap;
TPartyChannelMap m_map_pkChannelParty;
TPartyMap m_map_pkParty;
typedef std::map<std::string, long> TEventFlagMap;
TEventFlagMap m_map_lEventFlag;