Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sub RecipeReward {
- my $dbh = plugin::LoadMysql();
- $sth = $dbh->prepare("SELECT `item_id` FROM tradeskill_recipe_entries WHERE `recipe_id` = ? AND `successcount` > 0 LIMIT 1"); $sth->execute($_[0]);
- return $sth->fetchrow_array();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement