From 4c9e4e7b0f46884160a20d36961eb5ba7cd5ef70 Mon Sep 17 00:00:00 2001 From: Alex Dcnh <140754794+Wishmaster117@users.noreply.github.com> Date: Sat, 26 Jul 2025 19:18:09 +0200 Subject: [PATCH] Update ChatTriggerContext.h --- src/strategy/triggers/ChatTriggerContext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/strategy/triggers/ChatTriggerContext.h b/src/strategy/triggers/ChatTriggerContext.h index 64239fe9..99e69d0a 100644 --- a/src/strategy/triggers/ChatTriggerContext.h +++ b/src/strategy/triggers/ChatTriggerContext.h @@ -134,8 +134,8 @@ public: creators["qi"] = &ChatTriggerContext::qi; creators["wipe"] = &ChatTriggerContext::wipe; creators["pet"] = &ChatTriggerContext::pet; - creators["glyphs"] = &ChatTriggerContext::glyphs; // Added for custom Glyphs - creators["glyph equip"] = &ChatTriggerContext::glyph_equip; // Added for custom Glyphs + creators["glyphs"] = &ChatTriggerContext::glyphs; // Added for custom Glyphs + creators["glyph equip"] = &ChatTriggerContext::glyph_equip; // Added for custom Glyphs } private: