diff --git a/src/strategy/actions/TrainerAction.cpp b/src/strategy/actions/TrainerAction.cpp index 231dea7d..15179234 100644 --- a/src/strategy/actions/TrainerAction.cpp +++ b/src/strategy/actions/TrainerAction.cpp @@ -172,6 +172,7 @@ bool MaintenanceAction::Execute(Event event) factory.ApplyEnchantAndGemsNew(); } bot->DurabilityRepairAll(false, 1.0f, false); + bot->SendTalentsInfoData(false); return true; } @@ -181,6 +182,7 @@ bool RemoveGlyphAction::Execute(Event event) { bot->SetGlyph(slotIndex, 0, true); } + bot->SendTalentsInfoData(false); return true; }