mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
More function name refactoring
This commit is contained in:
@@ -7454,7 +7454,7 @@ void bot_subcommand_pet_get_lost(Client *c, const Seperator *sep)
|
||||
if (!bot_iter->GetPet() || bot_iter->GetPet()->IsCharmed())
|
||||
continue;
|
||||
|
||||
bot_iter->GetPet()->Say_StringID(PET_GETLOST_STRING);
|
||||
bot_iter->GetPet()->SayString(PET_GETLOST_STRING);
|
||||
bot_iter->GetPet()->Depop(false);
|
||||
bot_iter->SetPetID(0);
|
||||
database.botdb.DeletePetItems(bot_iter->GetBotID());
|
||||
@@ -7500,7 +7500,7 @@ void bot_subcommand_pet_remove(Client *c, const Seperator *sep)
|
||||
}
|
||||
|
||||
if (bot_iter->GetPet()) {
|
||||
bot_iter->GetPet()->Say_StringID(PET_GETLOST_STRING);
|
||||
bot_iter->GetPet()->SayString(PET_GETLOST_STRING);
|
||||
bot_iter->GetPet()->Depop(false);
|
||||
bot_iter->SetPetID(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user