Jump to content
  • 0
daim

Item Unique_Id possible item duplication check?

Question

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?

Edited by daim

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

it's not possible to get duplicated unique_id unless it's a stackable item

Share this post


Link to post
Share on other sites
  • 0

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

Share this post


Link to post
Share on other sites
  • 0

Yes, we saw on our db duplicate unique_id... Don't know how it happens.

It was just duplicate ID and not duplicated items.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.