myHonor

myHonor

81.7k Downloads

Honor value doesn't auto update

xeropresence opened this issue ยท 1 comments

commented

One of the events registered probably doesn't exist anymore

I added

frame:RegisterEvent"CHAT_MSG_COMBAT_HONOR_GAIN"

function events:CHAT_MSG_COMBAT_HONOR_GAIN()
events:CURRENCY_DISPLAY_UPDATE()
end

and the values started auto updating.

commented

i replaced all old instances of CURRENCY_DISPLAY_UPDATE with CHAT_MSG_COMBAT_HONOR_GAIN, and it should work as intended now :)

thank you for your help!