From fe9791e1ec180a0492b92f65a3626f0f225b628e Mon Sep 17 00:00:00 2001 From: crow Date: Tue, 9 Sep 2025 22:45:20 -0500 Subject: [PATCH] Revert edit not intended for PR --- src/factory/PlayerbotFactory.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/factory/PlayerbotFactory.cpp b/src/factory/PlayerbotFactory.cpp index d789bd21..585f2633 100644 --- a/src/factory/PlayerbotFactory.cpp +++ b/src/factory/PlayerbotFactory.cpp @@ -2346,6 +2346,9 @@ void PlayerbotFactory::UpdateTradeSkills() void PlayerbotFactory::InitSkills() { + //uint32 maxValue = level * 5; //not used, line marked for removal. + bot->UpdateSkillsForLevel(); + bot->SetSkill(SKILL_RIDING, 0, 0, 0); if (bot->GetLevel() >= sPlayerbotAIConfig->useGroundMountAtMinLevel) bot->learnSpell(33388);