This commit is contained in:
niczkx 2012-07-24 14:00:38 -06:00
parent 1e2af86d16
commit 45d55b63d9
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ function debugContainersItems()
stackable:]] ..tostring(item:isStackable()) .. [[, stackable:]] ..tostring(item:isStackable()) .. [[,
marketable:]] ..tostring(item:isMarketable()) .. [[, marketable:]] ..tostring(item:isMarketable()) .. [[,
nvocation:]]..(item:getMarketData() and item:getMarketData().restrictVocation or 'none') ..[[, nvocation:]]..(item:getMarketData() and item:getMarketData().restrictVocation or 'none') ..[[,
ncloth slot:]] ..item:getClothSlot() ncloth slot:]] ..item:getClothSlot() .. [[
]] ]]
g_tooltip.display(text) g_tooltip.display(text)
end end