mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-16 02:10:28 +00:00
Improve druid cat spec
This commit is contained in:
6
src/strategy/druid/DruidCatActions.cpp
Normal file
6
src/strategy/druid/DruidCatActions.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "DruidCatActions.h"
|
||||
|
||||
bool CastMangleCatAction::isUseful()
|
||||
{
|
||||
return CastMeleeDebuffSpellAction::isUseful() && !botAI->HasAura("mangle (bear)", GetTarget(), false, isOwner);
|
||||
}
|
||||
Reference in New Issue
Block a user