Show
Ignore:
Timestamp:
11/19/08 13:35:09 (17 years ago)
Author:
yumileroy
Message:

[svn] * Implement honor rewards from quests - Source Mangos

Original author: KingPin?
Date: 2008-10-22 07:02:05-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Formulas.h

    r44 r96  
    2626namespace Trinity 
    2727{ 
     28    namespace Honor 
     29    { 
     30        inline uint32 hk_honor_at_level(uint32 level, uint32 count=1) 
     31        { 
     32            return ceil(count*(-0.53177f + 0.59357f * exp((level +23.54042f) / 26.07859f ))); 
     33        } 
     34    } 
    2835    namespace XP 
    2936    {