diff --git a/src/factory/PlayerbotFactory.cpp b/src/factory/PlayerbotFactory.cpp index b43ee055..f0fa3e0a 100644 --- a/src/factory/PlayerbotFactory.cpp +++ b/src/factory/PlayerbotFactory.cpp @@ -3331,7 +3331,7 @@ void PlayerbotFactory::InitReagents() void PlayerbotFactory::InitGlyphs(bool increment) { bot->InitGlyphsForLevel(); - if (!increment && + if (!increment && botAI && botAI->GetAiObjectContext()->GetValue("custom_glyphs")->Get()) return; // // Added for custom Glyphs - custom glyphs flag test