mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
Remove log junk from command_spawn
This commit is contained in:
parent
04623b2c0c
commit
d0595e3794
@ -2402,9 +2402,6 @@ void command_spawn(Client *c, const Seperator *sep)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#if EQDEBUG >= 11
|
|
||||||
Log.LogDebug(Logs::General,"#spawn Spawning:");
|
|
||||||
#endif
|
|
||||||
|
|
||||||
NPC* npc = NPC::SpawnNPC(sep->argplus[1], c->GetPosition(), c);
|
NPC* npc = NPC::SpawnNPC(sep->argplus[1], c->GetPosition(), c);
|
||||||
if (!npc) {
|
if (!npc) {
|
||||||
@ -4403,7 +4400,7 @@ void command_guild(Client *c, const Seperator *sep)
|
|||||||
c->Message(0, " #guild delete guildID");
|
c->Message(0, " #guild delete guildID");
|
||||||
c->Message(0, " #guild rename guildID newname");
|
c->Message(0, " #guild rename guildID newname");
|
||||||
c->Message(0, " #guild set charname guildID (0=no guild)");
|
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}");
|
c->Message(0, " #guild setleader guildID {guildleader charname or CharID}");
|
||||||
}
|
}
|
||||||
else if (strcasecmp(sep->arg[1], "status") == 0 || strcasecmp(sep->arg[1], "stat") == 0) {
|
else if (strcasecmp(sep->arg[1], "status") == 0 || strcasecmp(sep->arg[1], "stat") == 0) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user