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

Incorrect Ammo Stacking for Different Item Types (e.g., Solid Shot and Mithril Slugs) #737

Open
Arisemardan opened this issue Dec 7, 2024 · 0 comments
Assignees
Labels
bug Something isn't working triage

Comments

@Arisemardan
Copy link

Addon Version

v0.3.18

World of Warcraft Version

Classic PTR

Describe the bug

Different types of ammo are incorrectly combined into a single total count. For example, if I have 3 Solid Shot (max stack size: 200) and 800 Mithril Slugs, the addon displays the total as 800 Mithril Shot and 203 Solid Shot instead of correctly showing 800 Mithril Slugs and 3 Solid Shot.

I assume this is because it's using itemhash and not itemid but since I don't really know where exactly it generates the itemhash in other parts of the code everywhere. Would a gettotalcount change help with the stacking?

Steps to reproduce

Place different types of ammo in your inventory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
Status: To Triage
Development

No branches or pull requests

2 participants