typo
This commit is contained in:
parent
1e2af86d16
commit
45d55b63d9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue