Item Unique_Id possible item duplication check?

daim

New member
Messages
130
Points
0
Hi there,

Today i just have time to spent to check item duplication if posibble. And im using this command to check my storage.

SELECT unique_id
FROM STORAGE GROUP BY unique_id
HAVING COUNT( * ) >=2

And as a results i found several item have same Unique_Id (unstackable items).

My question is, is it duplicate item possible by players or it's system failure to give uniqe id for each eq?

 
Last edited by a moderator:
it's not possible to get duplicated unique_id unless it's a stackable item

 
Could other server owner test it out and see? If they facing this issues mean the system not working right.

 
Yes, we saw on our db duplicate unique_id... Don't know how it happens.
It was just duplicate ID and not duplicated items.

 
Back
Top