mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
dps assist strategy type
This commit is contained in:
@@ -15,7 +15,7 @@ class DpsAssistStrategy : public NonCombatStrategy
|
||||
DpsAssistStrategy(PlayerbotAI* botAI) : NonCombatStrategy(botAI) { }
|
||||
|
||||
std::string const getName() override { return "dps assist"; }
|
||||
uint32 GetType() const override { return STRATEGY_TYPE_DPS; }
|
||||
// uint32 GetType() const override { return STRATEGY_TYPE_DPS; }
|
||||
void InitTriggers(std::vector<TriggerNode*>& triggers) override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user