mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-17 02:40:28 +00:00
Merge pull request #67 from qudzy/upstream/feature/support-target-command
Support target command
This commit is contained in:
@@ -142,6 +142,7 @@ class ChatActionContext : public NamedObjectContext<Action>
|
||||
creators["save mana"] = &ChatActionContext::save_mana;
|
||||
creators["max dps chat shortcut"] = &ChatActionContext::max_dps_chat_shortcut;
|
||||
creators["tell attackers"] = &ChatActionContext::tell_attackers;
|
||||
creators["tell target"] = &ChatActionContext::tell_target;
|
||||
creators["formation"] = &ChatActionContext::formation;
|
||||
creators["stance"] = &ChatActionContext::stance;
|
||||
creators["sendmail"] = &ChatActionContext::sendmail;
|
||||
|
||||
Reference in New Issue
Block a user