mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-24 15:52:26 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if EQDEBUG >= 6
|
c->Message(13, "#revoke: Couldn't find %s in this zone, passing request to worldserver.", sep->arg[1]);
|
||||||
c->Message(0, "Couldn't find %s in this zone, passing request to worldserver.", sep->arg[1]);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
ServerPacket * outapp = new ServerPacket (ServerOP_Revoke,sizeof(RevokeStruct));
|
ServerPacket * outapp = new ServerPacket (ServerOP_Revoke,sizeof(RevokeStruct));
|
||||||
RevokeStruct* revoke = (RevokeStruct*)outapp->pBuffer;
|
RevokeStruct* revoke = (RevokeStruct*)outapp->pBuffer;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user