Bagnon

Bagnon

122M Downloads

(4.3.16) Bagnon\components\itemFrame.lua:428

johnrando opened this issue · 2 comments

commented

I'm getting this error when opening my Guild Bank, and it's preventing the display of anything in the Guild Bank.

Bagnon-4.3.16\components\itemFrame.lua:428: attempt to call method "GetNumSlots" (a nil value)
Bagnon-4.3.16\components\itemFrame.lua:428: in function "Layout_Collumn"
Bagnon-4.3.16\components\itemFrame.lua:353: in function "Layout"
Bagnon-4.3.16\components\itemFrame.lua:18: in function <Bagnon\components\itemFrame.lua:15>

Locals:
self = {
throttledUpdater = {}
title = {}
itemSlots =

{}
frameID = "guildbank"
0 =
}

commented

Fixed in development version.

João Cardoso
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

On Wednesday, April 4, 2012 at 9:12 PM, akdrudge wrote:

I'm getting this error when opening my Guild Bank, and it's preventing the display of anything in the Guild Bank.

Bagnon-4.3.16\components\itemFrame.lua:428: attempt to call method "GetNumSlots" (a nil value)
Bagnon-4.3.16\components\itemFrame.lua:428: in function "Layout_Collumn"
Bagnon-4.3.16\components\itemFrame.lua:353: in function "Layout"
Bagnon-4.3.16\components\itemFrame.lua:18: in function <Bagnon\components\itemFrame.lua:15>

Locals:
self = {
throttledUpdater = {}
title = {}
itemSlots =

{}
frameID = "guildbank"
0 =
}


Reply to this email directly or view it on GitHub:
#89