diff --git a/components/infobox/wikis/deadlock/infobox_item_custom.lua b/components/infobox/wikis/deadlock/infobox_item_custom.lua index 7df1a52b418..4de18207521 100644 --- a/components/infobox/wikis/deadlock/infobox_item_custom.lua +++ b/components/infobox/wikis/deadlock/infobox_item_custom.lua @@ -42,7 +42,7 @@ function CustomItem.run(frame) local item = CustomItem(frame) item.args.image = item.args.image or 'Deadlock_gameasset_Item ' .. item.args.itemname .. '.png' item.args.subheader = item:_getCostDisplay() - item.args.imagesize = '100' + item.args.imagesize = 100 item:setWidgetInjector(CustomInjector(item)) return item:createInfobox()