View Single Post
  #35  
Old 06-24-2011, 11:51 PM
Loly Taa Loly Taa is offline
Kobold

Loly Taa's Avatar

Join Date: Mar 2011
Posts: 153
Default

Quote:
Originally Posted by Uthgaard [You must be logged in to view images. Log in or Register.]
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.]
Everytime you break out an SQL statement I fall more in love with you, you want my digits?