Update ChatActionContext.h

Removed the s
This commit is contained in:
avirar
2024-10-03 13:14:13 +10:00
committed by GitHub
parent e7e42a0845
commit ec7132bc3e

View File

@@ -180,7 +180,7 @@ public:
}
private:
static Action* open_items(PlayerbotAI* botAI) { return new OpenItemsAction(botAI); }
static Action* open_items(PlayerbotAI* botAI) { return new OpenItemAction(botAI); }
static Action* range(PlayerbotAI* botAI) { return new RangeAction(botAI); }
static Action* flag(PlayerbotAI* botAI) { return new FlagAction(botAI); }
static Action* craft(PlayerbotAI* botAI) { return new SetCraftAction(botAI); }