[Commands] Add #show aas Command (#3710)

# Notes
- Allows operators to view AAs a player has purchased from ingame and their ranks.
This commit is contained in:
Alex King
2023-11-26 00:27:02 -05:00
committed by GitHub
parent 3a49d851ca
commit 692a90f3f0
5 changed files with 111 additions and 0 deletions
+1
View File
@@ -908,6 +908,7 @@ public:
void AutoGrantAAPoints();
void GrantAllAAPoints(uint8 unlock_level = 0);
bool HasAlreadyPurchasedRank(AA::Rank* rank);
void ListPurchasedAAs(Client *to, std::string search_criteria = std::string());
bool SendGMCommand(std::string message, bool ignore_status = false);