[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
+1 -1
View File
@@ -122,7 +122,7 @@ public:
bool HasOrMayGetAggro();
bool UseDiscipline(int32 spell_id, int32 target);
virtual bool IsMerc() const { return true; }
bool IsMerc() const override { return true; }
bool IsOfClientBotMerc() const override { return true; }
virtual void FillSpawnStruct(NewSpawn_Struct* ns, Mob* ForWho);