mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-21 18:40:01 +01:00
Update ChatActionContext.h
Removed the s
This commit is contained in:
parent
e7e42a0845
commit
ec7132bc3e
@ -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); }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user