Aggresive water elemental

This commit is contained in:
Yunfan Li
2024-08-14 18:28:14 +08:00
parent 2ddaae9ef0
commit 2a5b7dcb61
4 changed files with 33 additions and 3 deletions

View File

@@ -62,6 +62,11 @@ bool FollowChatShortcutAction::Execute(Event event)
true, priority);
}
if (Pet* pet = bot->GetPet())
{
botAI->PetFollow();
}
if (moved)
{
botAI->TellMaster("Following");