mirror of
https://git.vectorsigma.ru/public/mod-playerbots.git
synced 2026-07-31 10:59:43 +00:00
initpet level strict
This commit is contained in:
@@ -500,7 +500,7 @@ void PlayerbotFactory::InitPet()
|
||||
Pet* pet = bot->GetPet();
|
||||
if (!pet)
|
||||
{
|
||||
if (bot->getClass() != CLASS_HUNTER)
|
||||
if (bot->getClass() != CLASS_HUNTER || bot->GetLevel() < 10)
|
||||
return;
|
||||
|
||||
Map* map = bot->GetMap();
|
||||
|
||||
Reference in New Issue
Block a user