misc(druid shape shift and spell immuned)

This commit is contained in:
Yunfan Li
2023-05-30 01:06:56 +08:00
parent 96f439bf22
commit cdbd5fb8c7
2 changed files with 46 additions and 45 deletions

View File

@@ -31,7 +31,7 @@ bool CastTravelFormAction::isUseful()
bool CastCasterFormAction::isUseful()
{
return botAI->HasAnyAuraOf(GetTarget(), "dire bear form", "bear form", "cat form", "travel form", "aquatic form",
"flight form", "swift flight form", "moonkin form", "tree of life", nullptr);
"flight form", "swift flight form", "moonkin form", nullptr);
}
bool CastCasterFormAction::Execute(Event event)