SELECT `character_`.`name` , `charid` , `slotid` , `itemid`
FROM `inventory`
INNER JOIN `character_` ON `inventory`.`charid` = `character_`.`id`
WHERE `itemid` = '10895'
name charid slotid itemid
Beauregard 150714 28 10895
Doesn't look very stolen to me. I can definitely see how easily you could miss it though, considering it's in a main inventory slot...
[You must be logged in to view images. Log in or Register.]