From 08104b56ab7fe3770c5077b5ee559a5dcbd94bf1 Mon Sep 17 00:00:00 2001 From: Jasper Jacobs <97167868+Kanopedia@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:33:54 +0200 Subject: [PATCH] Update infobox_item_custom.lua --- components/infobox/wikis/deadlock/infobox_item_custom.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/infobox/wikis/deadlock/infobox_item_custom.lua b/components/infobox/wikis/deadlock/infobox_item_custom.lua index 106313d0c5c..9dce41472ac 100644 --- a/components/infobox/wikis/deadlock/infobox_item_custom.lua +++ b/components/infobox/wikis/deadlock/infobox_item_custom.lua @@ -125,10 +125,6 @@ function CustomItem:getWikiCategories(args) if not Namespace.isMain() then return {} end local categories = {} - if String.isNotEmpty(args.str) or String.isNotEmpty(args.agi) or String.isNotEmpty(args.int) then - table.insert(categories, 'Attribute Items') - end - if String.isNotEmpty(args.movespeed) then table.insert(categories, 'Movement Speed Items') end