예제 #1
0
 public function calcSellPrice(SR_Player $player, SR_Item $item, $amt = 1)
 {
     $price = $item->getItemPriceStatted() * 0.09 * $amt;
     return Shadowfunc::calcSellPrice($price, $player);
 }