bnstooltips 1.6.1 → 1.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.js CHANGED
@@ -178,8 +178,8 @@ function BuildIconPath(iconPath, iconIndex) {
178
178
  iconPath = iconPath.replace("/".concat(penultimate, "/"), "/");
179
179
  }
180
180
  }
181
- iconPath = iconPath.replace("/Game/Art/UI/GameUI/Resource/GameUI_Icon/Skill_Icon_DualBlader_2", "00008758");
182
- iconPath = iconPath.replace("/Game/Art/UI/GameUI/Resource/GameUI_Icon/Skill_Icon_Shooter_2", "00008758");
181
+ iconPath = iconPath.replace("/Game/Art/UI/GameUI/Resource/GameUI_Icon/Skill_Icon_DualBlader_2", "/00008758/Skill_Icon_DualBlader_2");
182
+ iconPath = iconPath.replace("/Game/Art/UI/GameUI/Resource/GameUI_Icon/Skill_Icon_Shooter_2", "/00008758/Skill_Icon_Shooter_2");
183
183
  iconPath = ReplacePoharanSS(iconPath);
184
184
  var urlBase = "https://lean.bns.tools/bns/icons";
185
185
  if (!iconPath.startsWith("/"))