mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 18:30:39 +00:00
Little bit of cleanup
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user