bnstooltips 1.18.13 → 1.18.14
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 +1 -1
- package/build/index.es.js.map +1 -1
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -8377,7 +8377,7 @@ function AddDecomposeResults(subInfoGroups, item, client, region) {
|
|
|
8377
8377
|
});
|
|
8378
8378
|
if (randomItems.length > 0)
|
|
8379
8379
|
subInfoGroups.push({
|
|
8380
|
-
title: "Random:",
|
|
8380
|
+
title: "Random/Salvage:",
|
|
8381
8381
|
texts: [
|
|
8382
8382
|
React__default["default"].createElement(DecomposeResults, { showUpgrade: false, region: region, items: randomItems, client: client }),
|
|
8383
8383
|
],
|