Little bit of cleanup

This commit is contained in:
Akkadius
2024-11-19 02:16:11 -06:00
parent 92cc457067
commit ce3d3153d8
7 changed files with 15 additions and 30 deletions
+3 -2
View File
@@ -457,10 +457,11 @@ enum ServerLockType : int {
Unlock
};
enum Invisibility : uint8 {
enum Invisibility : uint16 {
Visible,
Invisible,
Special = 255
Special = 255,
GMInvis = 3001
};
enum AugmentActions : int {