From d6ff85754c93e1090392f1770989fc07bade9a04 Mon Sep 17 00:00:00 2001 From: Eduardo Bart Date: Mon, 9 Jan 2012 19:19:45 -0200 Subject: [PATCH] remove test code --- modules/addon_terminal/commands.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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