From c6005449e0fa702c5eec6d720ad67a99c6846e52 Mon Sep 17 00:00:00 2001 From: Alex Dcnh <140754794+Wishmaster117@users.noreply.github.com> Date: Sat, 26 Jul 2025 21:56:53 +0200 Subject: [PATCH] Update EquipGlyphsAction.cpp --- src/strategy/actions/EquipGlyphsAction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strategy/actions/EquipGlyphsAction.cpp b/src/strategy/actions/EquipGlyphsAction.cpp index b2709c84..d879e753 100644 --- a/src/strategy/actions/EquipGlyphsAction.cpp +++ b/src/strategy/actions/EquipGlyphsAction.cpp @@ -151,7 +151,7 @@ bool EquipGlyphsAction::Execute(Event event) botAI->TellMaster("Glyphs updated."); - // Flag to custom glyphs + // Flag for custom glyphs botAI->GetAiObjectContext()->GetValue("custom_glyphs")->Set(true); LOG_INFO("playerbots", "Custom Glyph Flag set to ON");