Cat druid optimization

This commit is contained in:
Yunfan Li
2024-09-01 14:45:38 +08:00
parent 0c71ae5c61
commit 62ba364872
6 changed files with 62 additions and 21 deletions

View File

@@ -1,6 +1 @@
#include "DruidCatActions.h"
bool CastMangleCatAction::isUseful()
{
return CastMeleeDebuffSpellAction::isUseful() && !botAI->HasAura("mangle (bear)", GetTarget(), false, isOwner);
}