Item Suffixes and stats not showing
rilliam opened this issue ยท 1 comments
Hi, this is because the guild bank saved data uses an itemID rather than an itemLink (the ID is just the base item) there were 2 considerations when i used the ID, it saves on the amnount of data being sent as an itemID is much shorter than an itemLink and also it allows for a better counting of stacked items as ive observed that even copper ore itemLinks can very and so when counting by links it could end up with several entries all for copper ore.
i can look at maybe adding a link just for equipment maybe....