diff --git a/mod-aoe-loot/conf/mod_aoe_loot.conf.dist b/mod-aoe-loot/conf/mod_aoe_loot.conf.dist index f5b730b..1e6f72d 100644 --- a/mod-aoe-loot/conf/mod_aoe_loot.conf.dist +++ b/mod-aoe-loot/conf/mod_aoe_loot.conf.dist @@ -35,4 +35,14 @@ AOELoot.Range = 55.0 # 1 - (Enabled) # -AOELoot.Group = 1 \ No newline at end of file +AOELoot.Group = 1 + + +# AOELoot.Debug +# Description: Enables debuging mode. This will print out the items Detected values of loot in the chat console. The values in the chat should match the looted values, give or take the main looted creature. +# Default: 0 (Disabled) +# Possible values: 0 - (Disabled) +# 1 - (Enabled) +# + +AOELoot.Debug = 0