diff --git a/playerbot/strategy/actions/RepairAllAction.cpp b/playerbot/strategy/actions/RepairAllAction.cpp index 626f9bb58..a00fbfeaf 100644 --- a/playerbot/strategy/actions/RepairAllAction.cpp +++ b/playerbot/strategy/actions/RepairAllAction.cpp @@ -77,6 +77,8 @@ bool RepairAllAction::Execute(Event& event) bot->PlayDistanceSound(1116); sPlayerbotAIConfig.logEvent(ai, "RepairAllAction", to_string(durability), to_string(totalCost)); + + ai->DoSpecificAction("equip upgrades", event, true); } context->GetValue("death count")->Set(0);