ML-Server: Item Names client sided

This commit is contained in:
rtw1x1
2026-01-21 01:51:21 +00:00
parent be24b766f6
commit ce493893df
4 changed files with 38 additions and 7 deletions

View File

@@ -739,6 +739,7 @@ class CHARACTER : public CEntity, public CFSM, public CHorseRider
void Motion(BYTE motion, LPCHARACTER victim = NULL);
void ChatPacket(BYTE type, const char *format, ...);
void ItemGetPacket(DWORD dwItemVnum, BYTE bCount, const char* szName = NULL, bool bIsDelivery = false);
void MonsterChat(BYTE bMonsterChatType);
void SendGreetMessage();