Total RP 3: Extended

Total RP 3: Extended

903k Downloads

Simple items copied as inner items cannot be saved

Ellypse opened this issue · 1 comments

commented

After creating a simple item, if you copy the item as an inner item of an other item, the simple item cannot be saved, a Lua error appears.

The simple also cannot be converted into a normal item.

Message: Interface\AddOns\totalRP3_Extended\main.lua:182: Can only unregister a root id: 1231164640fkr9a épée
Time: 12/31/17 16:50:55
Count: 2
Stack: Interface\AddOns\totalRP3_Extended\main.lua:182: Can only unregister a root id: 1231164640fkr9a épée
[C]: ?
[C]: ?
Interface\AddOns\totalRP3_Extended\main.lua:182: in function `unregisterObject'
...ddOns\totalRP3_Extended_Tools\items/editor/quick.lua:58: in function <...ddOns\totalRP3_Extended_Tools\items/editor/quick.lua:47>
...ddOns\totalRP3_Extended_Tools\items/editor/quick.lua:209: in function <...ddOns\totalRP3_Extended_Tools\items/editor/quick.lua:209>

Locals: 
commented

SolanyaStormbreaker posted a comment Dec 31, 2017

  • Opening the item from the database shows the quick item interface and prevents saving or converting to normal mode.

  • Opening the item from the "Inner items" tab shows the normal item interface and allows saving (which turns the item into normal mode, with default behaviour for normal items even from the database, with expert conversion).

What should be the intended behaviour, converting item copies to normal mode by default (or expert : see #22 2nd part) or keep the quick mode by default and make it consistent (with a bugfix for the issue) ?