PDA

View Full Version : ItemRack 2.2 fix


Nortibiry
09-25-2007, 02:02 PM
Found some info on the wow forums here (http://forums.worldofwarcraft.com/thread.html?topicId=1778515432&sid=1&pageNo=1) on how to fix itemrack to work with the new patch, here's the relevant bit:

Itemrack works fine, you just have to change 2 lines in the Itemrack.lua

Line 1563, change:

function newItemRack_PaperDollItemSlotButton_OnEnter()
to
function newItemRack_PaperDollItemSlotButton_OnEnter(self)

Line 1567, change:

oldItemRack_PaperDollItemSlotButton_OnEnter()
to
oldItemRack_PaperDollItemSlotButton_OnEnter(self)[/b]

the line numbers were a bit off on my version of itemrack but within a few, if you're not in the right spot just search for the function name.

Back up your files! I take no responsibility! vi for life!

Wenge
09-25-2007, 02:52 PM
emacs bitch

Aurorawind
09-25-2007, 03:07 PM
there is a new version posted on http://www.wowinterface.com/downloads/fileinfo.php?id=4148 that fixes this