Facebook
From Corrupt Eider, 7 Years ago, written in C++.
Embed
Download Paste or View Raw
Hits: 246
  1. // char
  2.  
  3. long long CHARACTER::ComputeRefineFee(long long iCost, int iMultiply) const
  4. {
  5.                 return iCost;
  6. }
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13. //char_item
  14.  
  15. const TRefineTable * prt = CRefineManager::instance().GetRefineRecipe(item->GetRefineSet());
  16.  
  17.         long long cost = ComputeRefineFee(prt->cost); // zamiast prt->cost (?????)