mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Update ChatTriggerContext.h
This commit is contained in:
parent
961629f4ce
commit
4c9e4e7b0f
@ -134,8 +134,8 @@ public:
|
|||||||
creators["qi"] = &ChatTriggerContext::qi;
|
creators["qi"] = &ChatTriggerContext::qi;
|
||||||
creators["wipe"] = &ChatTriggerContext::wipe;
|
creators["wipe"] = &ChatTriggerContext::wipe;
|
||||||
creators["pet"] = &ChatTriggerContext::pet;
|
creators["pet"] = &ChatTriggerContext::pet;
|
||||||
creators["glyphs"] = &ChatTriggerContext::glyphs; // Added for custom Glyphs
|
creators["glyphs"] = &ChatTriggerContext::glyphs; // Added for custom Glyphs
|
||||||
creators["glyph equip"] = &ChatTriggerContext::glyph_equip; // Added for custom Glyphs
|
creators["glyph equip"] = &ChatTriggerContext::glyph_equip; // Added for custom Glyphs
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user