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.es.js CHANGED
@@ -150,8 +150,8 @@ function BuildIconPath(iconPath, iconIndex) {
150
150
  iconPath = iconPath.replace("/".concat(penultimate, "/"), "/");
151
151
  }
152
152
  }
153
- iconPath = iconPath.replace("/Game/Art/UI/GameUI/Resource/GameUI_Icon/Skill_Icon_DualBlader_2", "00008758");
154
- iconPath = iconPath.replace("/Game/Art/UI/GameUI/Resource/GameUI_Icon/Skill_Icon_Shooter_2", "00008758");
153
+ iconPath = iconPath.replace("/Game/Art/UI/GameUI/Resource/GameUI_Icon/Skill_Icon_DualBlader_2", "/00008758/Skill_Icon_DualBlader_2");
154
+ iconPath = iconPath.replace("/Game/Art/UI/GameUI/Resource/GameUI_Icon/Skill_Icon_Shooter_2", "/00008758/Skill_Icon_Shooter_2");
155
155
  iconPath = ReplacePoharanSS(iconPath);
156
156
  var urlBase = "https://lean.bns.tools/bns/icons";
157
157
  if (!iconPath.startsWith("/"))