diff --git a/src/PlayerbotFactory.cpp b/src/PlayerbotFactory.cpp index 9c84de08..473b0ea1 100644 --- a/src/PlayerbotFactory.cpp +++ b/src/PlayerbotFactory.cpp @@ -365,6 +365,8 @@ void PlayerbotFactory::Refresh() InitReagents(); // InitPotions(); InitTalentsTree(true, true, true); + InitPet(); + InitPetTalents(); InitClassSpells(); InitAvailableSpells(); InitSkills();