Beispiel #1
0
 /**
  * 
  * @return array
  */
 public function getDatasetItemsLegendary()
 {
     $value = $this->account ? $this->account->getLegendariesCount()['Total'] : null;
     return $this->calcPercentiles(Item::RARITY_LEGENDARY, 'Total', $value);
 }