[Code] Add IsOfClientBot() virtual method. (#2845)

This commit is contained in:
Aeadoin
2023-02-06 22:30:49 -05:00
committed by GitHub
parent b0d1dc5f04
commit 9e3b363d4a
4 changed files with 6 additions and 2 deletions
+2
View File
@@ -472,7 +472,9 @@ public:
bool IsBotArcher() { return m_bot_archery_setting; }
bool IsBotCharmer() { return _botCharmer; }
bool IsBot() const override { return true; }
bool IsOfClientBot() const override { return true; }
bool IsOfClientBotMerc() const override { return true; }
bool GetRangerAutoWeaponSelect() { return _rangerAutoWeaponSelect; }
BotRoleType GetBotRole() { return _botRole; }
EQ::constants::StanceType GetBotStance() { return _botStance; }