This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?Reload the UI inside Dalaran.
What is the expected output? What do you see instead?The Lua error below appears and the addon stops working.
What version of the product are you using?r66 (Released: 2009/08/02)
Do you have an error log of what happened?[2009/08/02 12:54:09-1395-x1]: Mountiful-1.5\Zones.lua:4: attempt to index global 'L' (a nil value)---[2009/08/02 12:54:20-1395-x10]: Mountiful-1.5\Mountiful.lua:60: bad argument #1 to 'pairs' (table expected, got nil)Mountiful-1.5\Mountiful.lua:60: in function <Interface\AddOns\Mountiful\Mountiful.lua:59>Mountiful-1.5\Mountiful.lua:728: in function `Mountiful_SmartMount'<string>:"MOUNTIFULBIND2":1: in function <[string "MOUNTIFULBIND2"]:1>
Please provide any additional information below.The newest version must have broken it :)).
changed the call to SetMetaTable() and it seemed to fix it. SetMetaTable apparently doesnt return a table, like it should.
To post a comment, please login or register a new account.