mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-17 10:45:43 +00:00
fix party member dispel.
This commit is contained in:
@@ -42,7 +42,7 @@ bool BearFormTrigger::IsActive()
|
||||
|
||||
bool TreeFormTrigger::IsActive()
|
||||
{
|
||||
return !botAI->HasAura("tree of life", bot);
|
||||
return !botAI->HasAura(33891, bot);
|
||||
}
|
||||
|
||||
bool CatFormTrigger::IsActive()
|
||||
|
||||
Reference in New Issue
Block a user