Fixed oversight and added disable option for ilevel multiplier.

This commit is contained in:
Spargel
2025-06-29 05:24:44 -05:00
parent 3fcaae6e87
commit 30ae9d45d0
2 changed files with 4 additions and 2 deletions

View File

@@ -200,6 +200,7 @@ AuctionHouseBot.PriceMultiplier.Quality.Heirloom = 3
# Multiplier applied to item level when determining auction price
# Final multiplier = itemLevel * this value
# Default: 0.1
# Set to 0 to disable this multiplier.
AuctionHouseBot.PriceMultiplier.ItemLevel = 0.1
###############################################################################