Merge pull request #67 from qudzy/upstream/feature/support-target-command

Support target command
This commit is contained in:
ZhengPeiRu21
2022-05-24 16:15:17 -06:00
committed by GitHub
3 changed files with 4 additions and 0 deletions

View File

@@ -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;