ferronn-dev / ferronnizer

My personal WoW addon
MIT License
1 stars 0 forks source link

consume counts should change when changing items in/out of combat #50

Closed ferronn-dev closed 3 years ago

ferronn-dev commented 3 years ago

Setting count= just updates countData; counts aren't actually updated until a BAG_UPDATE_DELAYED. We could just force call the relevant countLang function at buttonLang.count time, but there's gotta be a cleaner way.