mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Update ChatActionContext.h
Removed the s
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user