opening additional merc slots

This commit is contained in:
xjeris
2026-04-07 08:58:51 -04:00
parent ba2ca5eada
commit 6fb5a102f5
8 changed files with 191 additions and 97 deletions
+1
View File
@@ -1773,6 +1773,7 @@ public:
MercInfo& GetMercInfo(uint8 slot) { return m_mercinfo[slot]; }
MercInfo& GetMercInfo() { return m_mercinfo[mercSlot]; }
uint8 GetNumberOfMercenaries();
int GetFirstFreeMercSlot();
void SetMerc(Merc* newmerc);
void SendMercResponsePackets(uint32 ResponseType);
void SendMercMerchantResponsePacket(int32 response_type);