[Feature] Add IsOfClientBotMerc() virtual method. (#2843)

This commit is contained in:
Aeadoin
2023-02-06 21:03:48 -05:00
committed by GitHub
parent 0a114fae9a
commit 14addd4869
4 changed files with 18 additions and 14 deletions
+1
View File
@@ -278,6 +278,7 @@ public:
bool KeyRingCheck(uint32 item_id);
void KeyRingList();
virtual bool IsClient() const { return true; }
bool IsOfClientBotMerc() const override { return true; }
void CompleteConnect();
bool TryStacking(EQ::ItemInstance* item, uint8 type = ItemPacketTrade, bool try_worn = true, bool try_cursor = true);
void SendTraderPacket(Client* trader, uint32 Unknown72 = 51);