mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Commands] Add #suspendmulti Command. (#2619)
* [Commands] Add #suspendmulti Command. # Notes - Allows operators to suspend multiple people at once in case they have a player who is boxing and want to suspend them all at once. * To lower. * Update command.cpp * Update suspendmulti.cpp * Create suspendmulti.cpp
This commit is contained in:
+1
-1
@@ -605,7 +605,7 @@ struct ServerKickPlayer_Struct {
|
||||
char adminname[64];
|
||||
int16 adminrank;
|
||||
char name[64];
|
||||
uint32 AccountID;
|
||||
uint32 account_id;
|
||||
};
|
||||
|
||||
struct ServerLSInfo_Struct {
|
||||
|
||||
Reference in New Issue
Block a user