You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6b02a88 introduced item switches which switched the dt2 rings from beta id to the proper id but the price and associated wiki page seem to use the beta id information.
before:
after:
Another issue is we can still create the beta versions of these items. as seen below. I think adding the beta ids to the USELESS_ITEMS in items.ts in OSJS would probably fix the issues.
other issues:
/gear stats gear_setup: Venator ring shows the beta icon and not the current icon
The IDs have not changed. The beta versions now just match the data of the real ones. Removing the beta IDs would (same as before) require all the existing items to be migrated to the new one, which is a pain to do.
The IDs have not changed. The beta versions now just match the data of the real ones. Removing the beta IDs would (same as before) require all the existing items to be migrated to the new one, which is a pain to do.
It's a pain to do but its probably the only real solution. The one currently implemented isn't doing the trick as seen in the original post. i'm not 100% sure how you handled the blood vial fix but I would imagine its the exact same process to remove and migrate the ids and prevent future creation of the wrong id item.
🐛 Bug Report
6b02a88 introduced item switches which switched the dt2 rings from beta id to the proper id but the price and associated wiki page seem to use the beta id information.
before:
after:
Another issue is we can still create the beta versions of these items. as seen below. I think adding the beta ids to the
USELESS_ITEMS
initems.ts
in OSJS would probably fix the issues.other issues:
/gear stats gear_setup: Venator ring
shows the beta icon and not the current iconFollow up to: #5284
The text was updated successfully, but these errors were encountered: