mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-06 04:13:48 +00:00
fix party member dispel.
This commit is contained in:
@@ -21,4 +21,11 @@ class TellLosAction : public Action
|
||||
void ListGameObjects(std::string const title, GuidVector gos);
|
||||
};
|
||||
|
||||
class TellAuraAction : public Action
|
||||
{
|
||||
public:
|
||||
TellAuraAction(PlayerbotAI* ai) : Action(ai, "aura") {}
|
||||
|
||||
virtual bool Execute(Event event);
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user