Cjewett / HonorAssist

Classic World of Warcraft add-on to track honor gained for the day
4 stars 1 forks source link

DR Change #32

Closed mcd8604 closed 4 years ago

mcd8604 commented 4 years ago

1/28 Update changes DR to 10%

mcd8604 commented 4 years ago

change line 107 of HonorAssistUtils.lua from local percentage = 1 - (0.25 * timesKilled) to local percentage = 1 - (0.1 * timesKilled)

Cjewett commented 4 years ago

Latest release has this change. Thanks for reaching out!