mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
dps estimation
This commit is contained in:
@@ -347,7 +347,7 @@ bool RandomItemMgr::CanEquipItem(BotEquipKey key, ItemTemplate const* proto)
|
||||
else if (level < 80)
|
||||
delta = 9; // urand(2, 4);
|
||||
else if (level == 80)
|
||||
delta = 2; // urand(2, 4);
|
||||
delta = 9; // urand(2, 4);
|
||||
|
||||
if (key.quality > ITEM_QUALITY_NORMAL && (requiredLevel > level || requiredLevel < level - delta))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user