mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 17:09:08 +00:00
[Random bots] Miscs
This commit is contained in:
@@ -2617,7 +2617,7 @@ void PlayerbotFactory::InitPotions()
|
||||
uint32 itemId = sRandomItemMgr->GetRandomPotion(level, effect);
|
||||
if (!itemId)
|
||||
{
|
||||
LOG_INFO("playerbots", "No potions (type {}) available for bot {} ({} level)", effect, bot->GetName().c_str(), bot->getLevel());
|
||||
// LOG_INFO("playerbots", "No potions (type {}) available for bot {} ({} level)", effect, bot->GetName().c_str(), bot->getLevel());
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user