mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-16 10:20:27 +00:00
mage and paladin strategy port
This commit is contained in:
@@ -35,4 +35,11 @@ class PartyMemberValue : public UnitCalculatedValue
|
||||
virtual bool Check(Unit* player);
|
||||
};
|
||||
|
||||
class PartyMemberMainTankValue : public PartyMemberValue
|
||||
{
|
||||
public:
|
||||
PartyMemberMainTankValue(PlayerbotAI* botAI) : PartyMemberValue(botAI) {}
|
||||
virtual Unit* Calculate();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user