kaiyongkai
New member
- Messages
- 17
- Points
- 0
Hello, I've added my custom items starting from ID 10900, However I just noticed that all item IDs 10900 ~ 10999 won't show slot count on client side... Any help on this? ( I think the client is treating the ID as pet item?)
itemInfo.lua:
[10900] = {
unidentifiedDisplayName = "Helmet",
...
slotCount = 1,
...
},

itemInfo.lua:
[10900] = {
unidentifiedDisplayName = "Helmet",
...
slotCount = 1,
...
},
