[GENERAL] Why ranged weapons are not all in the same InventoryType? #3903
BarbzYHOOL
started this conversation in
General
Replies: 2 comments
-
probably for DBCs? did you check itemClass, itemSubclass? |
Beta Was this translation helpful? Give feedback.
0 replies
-
what? i don't think it's related |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In item_template, there are 2 "ranged" slots (in InventoryType column).
In the first one there are only BOWS.
In the second one, there are guns, crossbows and wands.
Wtf is that?
Is it because we have to follow this for the client to work correctly and thus we can only blame blizzard's developers? or can we improve this?
EDIT: i just tried to change a bow inventory type from 15 to 26 (gun/wand) and i can equip it but i have not learned "gun", so i'm really wondering if we couldn't unify the values for less confusion, less wasted time, and easier "ORDER BY" queries
Beta Was this translation helpful? Give feedback.
All reactions