Reconfigured inventory back to normal, fixed a typo.

This commit is contained in:
BeniS
2012-08-18 20:50:51 +12:00
parent ab7400c51d
commit 03d46baddf
2 changed files with 47 additions and 12 deletions

View File

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