Support target command

This commit is contained in:
qudzy
2022-05-22 15:45:03 +02:00
parent 0d48cff1e2
commit fb666d1379
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;