fix thresholds for LimitEnchantExpansion

And disallow Naxx40 shoulder enchants
This commit is contained in:
crow
2025-09-02 17:48:47 -05:00
parent 3c442a6b71
commit 1881ef1fe0
2 changed files with 6 additions and 3 deletions

View File

@@ -659,7 +659,7 @@ AiPlayerbot.RandomGearScoreLimit = 0
# Default: 1 (enabled)
AiPlayerbot.IncrementalGearInit = 1
# Set minimum level of bots that will enchant their equipment (Maxlevel + 1 to disable)
# Set minimum level of bots that will enchant their equipment (if greater than RandomBotMaxlevel, bots will not enchant equipment)
# Default: 60
AiPlayerbot.MinEnchantingBotLevel = 60