mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-28 07:56:24 +00:00
Item spell coverage calculation
This commit is contained in:
@@ -37,4 +37,13 @@ public:
|
||||
|
||||
virtual bool Execute(Event event);
|
||||
};
|
||||
|
||||
class TellCalculateItemAction : public Action
|
||||
{
|
||||
public:
|
||||
TellCalculateItemAction(PlayerbotAI* ai) : Action(ai, "calculate item") {}
|
||||
|
||||
virtual bool Execute(Event event);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user