fix /flag to show correct admin status
This commit is contained in:
parent
e61443e195
commit
cf540d1201
1 changed files with 1 additions and 1 deletions
|
@ -4562,7 +4562,7 @@ void Commands::Process(int32 index, EQ2_16BitString* command_parms, Client* clie
|
|||
{
|
||||
client->SimpleMessage(CHANNEL_COLOR_YELLOW,"Usage: /flag {name} {new_status}");
|
||||
client->SimpleMessage(CHANNEL_COLOR_YELLOW," Standard User: 0");
|
||||
client->SimpleMessage(CHANNEL_COLOR_YELLOW," Admin User: 100");
|
||||
client->Message(CHANNEL_COLOR_YELLOW," Admin User: %i", status);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue