mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
Update ChatActionContext.h
This commit is contained in:
@@ -193,8 +193,8 @@ public:
|
|||||||
creators["calc"] = &ChatActionContext::calc;
|
creators["calc"] = &ChatActionContext::calc;
|
||||||
creators["wipe"] = &ChatActionContext::wipe;
|
creators["wipe"] = &ChatActionContext::wipe;
|
||||||
creators["tame"] = &ChatActionContext::tame;
|
creators["tame"] = &ChatActionContext::tame;
|
||||||
creators["glyphs"] = &ChatActionContext::glyphs; // Added for custom Glyphs
|
creators["glyphs"] = &ChatActionContext::glyphs; // Added for custom Glyphs
|
||||||
creators["glyph equip"] = &ChatActionContext::glyph_equip; // Added for custom Glyphs
|
creators["glyph equip"] = &ChatActionContext::glyph_equip; // Added for custom Glyphs
|
||||||
creators["pet"] = &ChatActionContext::pet;
|
creators["pet"] = &ChatActionContext::pet;
|
||||||
creators["pet attack"] = &ChatActionContext::pet_attack;
|
creators["pet attack"] = &ChatActionContext::pet_attack;
|
||||||
creators["roll"] = &ChatActionContext::roll_action;
|
creators["roll"] = &ChatActionContext::roll_action;
|
||||||
|
|||||||
Reference in New Issue
Block a user