mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-20 02:33:53 +00:00
Remove preprocessor and convert log message
This commit is contained in:
parent
e18a49a974
commit
04623b2c0c
@ -5804,9 +5804,7 @@ void command_revoke(Client *c, const Seperator *sep)
|
||||
return;
|
||||
}
|
||||
|
||||
#if EQDEBUG >= 6
|
||||
c->Message(0, "Couldn't find %s in this zone, passing request to worldserver.", sep->arg[1]);
|
||||
#endif
|
||||
c->Message(13, "#revoke: Couldn't find %s in this zone, passing request to worldserver.", sep->arg[1]);
|
||||
|
||||
ServerPacket * outapp = new ServerPacket (ServerOP_Revoke,sizeof(RevokeStruct));
|
||||
RevokeStruct* revoke = (RevokeStruct*)outapp->pBuffer;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user