diff --git a/src/PlayerbotFactory.cpp b/src/PlayerbotFactory.cpp index d5ab30cb..fbf69319 100644 --- a/src/PlayerbotFactory.cpp +++ b/src/PlayerbotFactory.cpp @@ -1197,6 +1197,10 @@ void PlayerbotFactory::InitEquipment(bool incremental) continue; } } + + // Update stats here so the bots will benefit from the new equipped items' stats + bot->InitStatsForLevel(true); + bot->UpdateAllStats(); } bool PlayerbotFactory::IsDesiredReplacement(Item* item)