fix /flag to show correct admin status

This commit is contained in:
Image 2021-04-10 16:10:04 -04:00
parent e61443e195
commit cf540d1201

View file

@ -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;