Code:
SELECT *
FROM `pc_lootitem`
WHERE `itemid` =1619
MySQL returned an empty result set (i.e. zero rows). ( Query took 0.0005 sec )
Code:
SELECT *
FROM `inventory`
WHERE `itemid` =1619
MySQL returned an empty result set (i.e. zero rows). ( Query took 2.2765 sec )
According to the logs, it hasn't been looted by anyone yet, and no one on the server has one in their inventory.