View Bug Report
Can't create an empty block
Bug #: 6530
File: Fortress
Date: 03-31-10 10:12 AM
By: echoback
Status: Unconfirmed
In the Fortress config menu, under the Empty Blocks tab, I fill in a new tab name and press the Okay button (or hit Enter) and I get the following error:

Code:
..\AddOns\Fortress\EmptyBlocks.lua line 32:
attempt to index field 'emptyBlocks' (a nil value)
Looks like the OnInitialize function looks up db.emptyBlocks as well (line 92), and it doesn't throw an exception, but I haven't used Ace so there may be a simple explanation for that.

... Also there's a typo in the error text for an existing block (line 33).