diff --git a/modules/addon_terminal/commands.lua b/modules/addon_terminal/commands.lua index 1c45b76b..d3444160 100644 --- a/modules/addon_terminal/commands.lua +++ b/modules/addon_terminal/commands.lua @@ -11,7 +11,5 @@ end function displayItem(id) local itemWidget = createWidget('Item', rootWidget) - --itemWidget:setItem(Item.create(11703)) + itemWidget:setItem(Item.create(id)) end - -addEvent(function() displayItem(408) end) \ No newline at end of file