From d0595e3794b04cc9e1e74dd5c40dd993103266b6 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sat, 24 Jan 2015 04:38:22 -0600 Subject: [PATCH] Remove log junk from command_spawn --- zone/command.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/zone/command.cpp b/zone/command.cpp index b44b0d044..36ba6ea74 100644 --- a/zone/command.cpp +++ b/zone/command.cpp @@ -2402,9 +2402,6 @@ void command_spawn(Client *c, const Seperator *sep) return; } } - #if EQDEBUG >= 11 - Log.LogDebug(Logs::General,"#spawn Spawning:"); - #endif NPC* npc = NPC::SpawnNPC(sep->argplus[1], c->GetPosition(), c); if (!npc) { @@ -4403,7 +4400,7 @@ void command_guild(Client *c, const Seperator *sep) c->Message(0, " #guild delete guildID"); c->Message(0, " #guild rename guildID newname"); c->Message(0, " #guild set charname guildID (0=no guild)"); - c->Message(0, " #guild setrank charname rank") + c->Message(0, " #guild setrank charname rank"); c->Message(0, " #guild setleader guildID {guildleader charname or CharID}"); } else if (strcasecmp(sep->arg[1], "status") == 0 || strcasecmp(sep->arg[1], "stat") == 0) {