[Commands] Add #setanon Command (#2690)

* [Commands] Add #setanon Command.

# Commands
- Adds `#setanon [Anonymous Flag]`.

# Notes
- Allows operators to turn on/off a player's anonymous flag so they can view their Magelo.

* Update eq_constants.h

* Add character ID support.

* Update setanon.cpp
This commit is contained in:
Alex King
2023-01-03 12:06:20 -05:00
committed by GitHub
parent 8c939ad8da
commit c7dde7832d
4 changed files with 112 additions and 0 deletions
+7
View File
@@ -1016,4 +1016,11 @@ enum FVNoDropFlagRule
AdminOnly = 2
};
enum Anonymity : uint8
{
NotAnonymous,
Anonymous,
Roleplaying
};
#endif /*COMMON_EQ_CONSTANTS_H*/