Changes requested

I fixed what was requested of me. Built it, tested it - all functions are working.
This commit is contained in:
ThePenguinMan96
2025-08-04 17:55:29 -07:00
parent 683c6e39e4
commit ab345b8847
5 changed files with 11 additions and 12 deletions

View File

@@ -156,9 +156,6 @@ bool PetAttackAction::Execute(Event event)
bool SetPetStanceAction::Execute(Event /*event*/)
{
// Get the bot player object from the AI
Player* bot = botAI->GetBot();
// Prepare a list to hold all controlled pet and guardian creatures
std::vector<Creature*> targets;