Revert edit not intended for PR

This commit is contained in:
crow
2025-09-09 22:45:20 -05:00
parent 19399c6f57
commit fe9791e1ec

View File

@@ -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);