mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
[Initialization] No pet talents reset
This commit is contained in:
parent
5855d4e8fe
commit
dfe0933189
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user