[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
@@ -472,6 +472,7 @@ public:
bool IsBotArcher() { return m_bot_archery_setting; }
bool IsBotCharmer() { return _botCharmer; }
bool IsBot() const override { return true; }
bool IsOfClientBotMerc() const override { return true; }
bool GetRangerAutoWeaponSelect() { return _rangerAutoWeaponSelect; }
BotRoleType GetBotRole() { return _botRole; }
EQ::constants::StanceType GetBotStance() { return _botStance; }