Remove preprocessor and convert log message

This commit is contained in:
Akkadius 2015-01-24 04:31:09 -06:00
parent e18a49a974
commit 04623b2c0c

View File

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