Thread: Miscellaneous: Siblisian Berserker Cloak
View Single Post
  #9  
Old 04-29-2011, 08:11 PM
Uthgaard Uthgaard is offline
VIP / Contributor

Uthgaard's Avatar

Join Date: Aug 2010
Posts: 5,451
Default

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.