Itemrack causes errors in the new patch. You cannot see the weapon stats in your character window for the gear you have equiped.
Since no one is updating this addon anymore you have to edit ItemRack.lua to fix it yourself.
Open it using notepad and find the lines below.
line 1552 - change
function newItemRack_PaperDollItemSlotButton_OnEnter()
to
function newItemRack_PaperDollItemSlotButton_OnEnter(self)
line 1556 - change
oldItemRack_PaperDollItemSlotButton_OnEnter()
to
oldItemRack_PaperDollItemSlotButton_OnEnter(self)
-Rake


Reply With Quote

