diff --git a/static/webui/index.html b/static/webui/index.html
index 319f4f61..5d037980 100644
--- a/static/webui/index.html
+++ b/static/webui/index.html
@@ -351,7 +351,10 @@
-
+
diff --git a/static/webui/script.js b/static/webui/script.js
index a6b87312..68dd9db1 100644
--- a/static/webui/script.js
+++ b/static/webui/script.js
@@ -150,6 +150,7 @@ function fetchItemList() {
"/Lotus/Weapons/SolarisUnited/Secondary/LotusModularSecondaryShotgun": { name: "Kitgun" },
"/Lotus/Weapons/Ostron/Melee/LotusModularWeapon": { name: "Zaw" },
// Missing in data sources
+ "/Lotus/Upgrades/Mods/Fusers/LegendaryModFuser": { name: "Legendary Core" },
"/Lotus/Upgrades/CosmeticEnhancers/Peculiars/CyoteMod": { name: "Traumatic Peculiar" }
};
for (const [type, items] of Object.entries(data)) {