Update EquipGlyphsAction.cpp

This commit is contained in:
Alex Dcnh
2025-07-26 18:58:16 +02:00
committed by GitHub
parent 55a37c48eb
commit 961629f4ce

View File

@@ -106,7 +106,7 @@ bool EquipGlyphsAction::Execute(Event event)
std::vector<GlyphInfo const*> glyphs; std::vector<GlyphInfo const*> glyphs;
if (!CollectGlyphs(itemIds, glyphs)) if (!CollectGlyphs(itemIds, glyphs))
{ {
botAI->TellMaster("glyph equip : liste invalide (IDs items glyphes de ta classe, max 6)."); botAI->TellMaster("Usage: glyph equip <6 glyph item IDs> (3 major, 3 minor).");
return false; return false;
} }