mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Commands] Consolidate #lock and #unlock Commands into #serverlock. (#2193)
- Convert the two commands into one command. - Cleanup struct naming.
This commit is contained in:
+2
-2
@@ -740,8 +740,8 @@ struct ServerMultiLineMsg_Struct {
|
||||
};
|
||||
|
||||
struct ServerLock_Struct {
|
||||
char myname[64]; // User that did it
|
||||
uint8 mode; // 0 = Unlocked ; 1 = Locked
|
||||
char character_name[64];
|
||||
bool is_locked;
|
||||
};
|
||||
|
||||
struct ServerMotd_Struct {
|
||||
|
||||
Reference in New Issue
Block a user