fix name pet and rename to function
This commit is contained in:
parent
9353cdbb39
commit
1ec930639f
@ -8420,9 +8420,7 @@ void Commands::Command_PetName(Client* client, Seperator* sep)
|
|||||||
*/
|
*/
|
||||||
void Commands::Command_NamePet(Client* client, Seperator* sep)
|
void Commands::Command_NamePet(Client* client, Seperator* sep)
|
||||||
{
|
{
|
||||||
PrintSep(sep, "COMMAND_NAME_PET");
|
Command_PetName(client, sep);
|
||||||
LogWrite(MISC__TODO, 1, "Command", "TODO-Command: Name Pet Command");
|
|
||||||
client->Message(CHANNEL_COLOR_YELLOW, "Pets are not yet implemented.");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -8434,9 +8432,7 @@ void Commands::Command_NamePet(Client* client, Seperator* sep)
|
|||||||
*/
|
*/
|
||||||
void Commands::Command_Rename(Client* client, Seperator* sep)
|
void Commands::Command_Rename(Client* client, Seperator* sep)
|
||||||
{
|
{
|
||||||
PrintSep(sep, "COMMAND_RENAME");
|
Command_PetName(client, sep);
|
||||||
LogWrite(MISC__TODO, 1, "Command", "TODO-Command: Rename Pet Command");
|
|
||||||
client->Message(CHANNEL_COLOR_YELLOW, "Pets are not yet implemented.");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user