mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
refresh initequipment quality
This commit is contained in:
@@ -1448,7 +1448,7 @@ void RandomPlayerbotMgr::Refresh(Player* bot)
|
||||
bot->SetFullHealth();
|
||||
bot->SetPvP(true);
|
||||
|
||||
PlayerbotFactory factory(bot, bot->getLevel());
|
||||
PlayerbotFactory factory(bot, bot->getLevel(), ITEM_QUALITY_RARE);
|
||||
factory.Refresh();
|
||||
|
||||
if (bot->GetMaxPower(POWER_MANA) > 0)
|
||||
|
||||
Reference in New Issue
Block a user