Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Possibly Temporary Issue) DF 10.2.6 ilvl labels showing on non-equippables #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dumbomb
Copy link

@dumbomb dumbomb commented Mar 22, 2024

As the title says, the most recent retail patch made many unequippable items have ilvl labels such as consumables and crafting reagents.
image
For some reason this patch added INVTYPE_NON_EQUIP_IGNORE which many items return as ItemEquipLoc.
For example Frostweave Cloth:
image

Patch 10.2.5:
image

Patch 10.2.6:
image
I'm not sure why they can get their ilvl values, but filtering them out of the if statement works correctly.

image
Easy to change the regular NON_EQUIP string if Blizz removes the IGNORE one later.

@linaori
Copy link

linaori commented Apr 3, 2024

I have applied this patch locally and it fixes the issue for me 👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants