WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   Quick fix for Itemleveldisplay? (https://www.wowinterface.com/forums/showthread.php?t=57770)

Radoznali 01-12-20 10:32 AM

Quick fix for Itemleveldisplay?
 
Seems this part of code bugs this addon
function module:OnEnabled()
self:SecureHook(Bagnon.ItemFrame.Button,"Update","Display")
end


And addon Bagnonitemllevel (author Goldpaw) was fixed by using this change
-Module.OnEnable = function(self)
- hooksecurefunc(Bagnon.ItemSlot, "Update", Update)
-end
+hooksecurefunc(Bagnon.ItemSlot, "Update", Update) .


I dont know much about codeing but is it possiable to use this solution to fix ILD and how until author Alar decides to fix it for him self?


All times are GMT -6. The time now is 06:42 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI