From a1ada4b2f927a66863650f04e1246e4afaaf5d72 Mon Sep 17 00:00:00 2001 From: staphen Date: Sat, 17 May 2025 17:47:38 -0400 Subject: [PATCH] Adjust NetSendCmdChBeltItem declaration to match definition --- Source/msg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/msg.h b/Source/msg.h index c61827e86..958669a70 100644 --- a/Source/msg.h +++ b/Source/msg.h @@ -751,7 +751,7 @@ void NetSyncInvItem(const Player &player, int invListIndex); void NetSendCmdChItem(bool bHiPri, uint8_t bLoc, bool forceSpellChange = false); void NetSendCmdDelItem(bool bHiPri, uint8_t bLoc); void NetSendCmdChInvItem(bool bHiPri, int invGridIndex); -void NetSendCmdChBeltItem(bool bHiPri, int invGridIndex); +void NetSendCmdChBeltItem(bool bHiPri, int beltIndex); void NetSendCmdDamage(bool bHiPri, const Player &player, uint32_t dwDam, DamageType damageType); void NetSendCmdMonDmg(bool bHiPri, uint16_t wMon, uint32_t dwDam); void NetSendCmdString(uint32_t pmask, const char *pszStr);