mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
dps assist strategy type
This commit is contained in:
parent
f8cc3810b6
commit
77120a898f
@ -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;
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user