mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-16 00:26:10 +00:00
Estimated dps calculation
This commit is contained in:
@@ -30,10 +30,10 @@ public:
|
||||
virtual bool Execute(Event event);
|
||||
};
|
||||
|
||||
class TellExpectedDpsAction : public Action
|
||||
class TellEstimatedDpsAction : public Action
|
||||
{
|
||||
public:
|
||||
TellExpectedDpsAction(PlayerbotAI* ai) : Action(ai, "tell expected dps") {}
|
||||
TellEstimatedDpsAction(PlayerbotAI* ai) : Action(ai, "tell estimated dps") {}
|
||||
|
||||
virtual bool Execute(Event event);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user