[Initialization] No pet talents reset

This commit is contained in:
Yunfan Li
2024-06-03 23:12:57 +08:00
parent 5855d4e8fe
commit dfe0933189

View File

@@ -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<uint32, std::vector<TalentEntry const*> > spells;
for (uint32 i = 0; i < sTalentStore.GetNumRows(); ++i)
{