mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Update EquipGlyphsAction.cpp
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user