diff --git a/src/strategy/actions/TrainerAction.cpp b/src/strategy/actions/TrainerAction.cpp index 2454e563..af1e7a7c 100644 --- a/src/strategy/actions/TrainerAction.cpp +++ b/src/strategy/actions/TrainerAction.cpp @@ -198,6 +198,7 @@ bool AutoGearAction::Execute(Event event) sPlayerbotAIConfig->autoGearQualityLimit, gs); factory.InitEquipment(true); + factory.InitAmmo(); if (bot->getLevel() >= sPlayerbotAIConfig->minEnchantingBotLevel) { factory.ApplyEnchantAndGemsNew(); }