This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Wow crashes!
518x UnitPrice\UnitPrice-7.0.lua:56: attempt to index local 'item' (a nil value) UnitPrice\UnitPrice-7.0.lua:56: in function <UnitPrice\UnitPrice.lua:55> UnitPrice\UnitPrice-7.0.lua:82: in function `AuctionFrameBrowse_Update' ...aceBlizzard_AuctionUI\Blizzard_AuctionUI.lua:260: in function <...aceBlizzard_AuctionUI\Blizzard_AuctionUI.lua:258>
Locals: item = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = "attempt to index local 'item' (a nil value)"
looking at the code it is set on line 81: local item = getglobal("BrowseButton" .. i .. "Name"); So it looks like the call to getglobal needs to be looked at
To post a comment, please login or register a new account.