diff --git a/src/PlayerbotFactory.cpp b/src/PlayerbotFactory.cpp index 4b16cb28..3b4277c6 100644 --- a/src/PlayerbotFactory.cpp +++ b/src/PlayerbotFactory.cpp @@ -587,7 +587,7 @@ void PlayerbotFactory::InitPetTalents() // LOG_INFO("playerbots", "{} init pet talents failed with petTalentType < 0({})", bot->GetName().c_str(), pet_family->petTalentType); return; } - pet->resetTalents(); + // pet->resetTalents(); std::unordered_map > spells; for (uint32 i = 0; i < sTalentStore.GetNumRows(); ++i) {