Is in real guild function

This commit is contained in:
郑佩茹
2022-09-22 16:46:39 -06:00
parent c2553dff76
commit fccfcb7266
3 changed files with 19 additions and 6 deletions

View File

@@ -366,6 +366,7 @@ class PlayerbotAI : public PlayerbotAIBase
void ResetJumpDestination() { jumpDestination = Position(); }
bool CanMove();
bool IsInRealGuild();
private:
void _fillGearScoreData(Player* player, Item* item, std::vector<uint32>* gearScore, uint32& twoHandScore);