mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-25 21:05:54 +00:00
Encourage hunter bots to use auto shot
This commit is contained in:
@@ -12,6 +12,14 @@ class PlayerbotAI;
|
||||
BEGIN_TRIGGER(HunterNoStingsActiveTrigger, Trigger)
|
||||
END_TRIGGER()
|
||||
|
||||
class AutoShotTrigger : public Trigger
|
||||
{
|
||||
public:
|
||||
AutoShotTrigger(PlayerbotAI* botAI) : Trigger(botAI, "auto shot") { }
|
||||
|
||||
bool IsActive() override;
|
||||
};
|
||||
|
||||
class HunterAspectOfTheHawkTrigger : public BuffTrigger
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user