mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-27 07:26:23 +00:00
better shaman totem strategy
This commit is contained in:
@@ -84,4 +84,10 @@ bool NoWaterTotemTrigger::IsActive()
|
||||
!AI_VALUE2(bool, "has totem", "cleansing totem") &&
|
||||
!AI_VALUE2(bool, "has totem", "mana spring totem") &&
|
||||
!AI_VALUE2(bool, "has totem", "healing stream totem");
|
||||
}
|
||||
|
||||
bool NoAirTotemTrigger::IsActive()
|
||||
{
|
||||
return !AI_VALUE2(bool, "has totem", "wrath of air totem") &&
|
||||
!AI_VALUE2(bool, "has totem", "windfury totem");
|
||||
}
|
||||
Reference in New Issue
Block a user