mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-27 23:46:23 +00:00
[Initialization] Glyphs remove and dual spec
This commit is contained in:
@@ -35,6 +35,13 @@ class MaintenanceAction : public Action
|
||||
bool Execute(Event event) override;
|
||||
};
|
||||
|
||||
class RemoveGlyphAction : public Action
|
||||
{
|
||||
public:
|
||||
RemoveGlyphAction(PlayerbotAI* botAI) : Action(botAI, "remove glyph") { }
|
||||
bool Execute(Event event) override;
|
||||
};
|
||||
|
||||
class AutoGearAction : public Action
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user