Thread Tools Display Modes
01-12-20, 10:32 AM   #1
Radoznali
A Deviate Faerie Dragon
 
Radoznali's Avatar
Join Date: Dec 2006
Posts: 11
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?

Last edited by Radoznali : 01-12-20 at 04:38 PM.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Quick fix for Itemleveldisplay?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off