Update EquipGlyphsAction.cpp

This commit is contained in:
Alex Dcnh
2025-07-26 21:56:53 +02:00
committed by GitHub
parent 2aca50c1c7
commit c6005449e0

View File

@@ -151,7 +151,7 @@ bool EquipGlyphsAction::Execute(Event event)
botAI->TellMaster("Glyphs updated.");
// Flag to custom glyphs
// Flag for custom glyphs
botAI->GetAiObjectContext()->GetValue<bool>("custom_glyphs")->Set(true);
LOG_INFO("playerbots", "Custom Glyph Flag set to ON");