diff --git a/src/game/Formulas.h b/src/game/Formulas.h index ccce7f9cc..67c5126b3 100644 --- a/src/game/Formulas.h +++ b/src/game/Formulas.h @@ -84,6 +84,7 @@ namespace MaNGOS case CONTENT_1_60: nBaseExp = 45; break; case CONTENT_61_70: nBaseExp = 235; break; case CONTENT_71_80: nBaseExp = 580; break; + case CONTENT_81_85: nBaseExp = 1878; break; default: sLog.outError("BaseGain: Unsupported content level %u", content); nBaseExp = 45; break; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 5df693171..14e4cfadc 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "0024" + #define REVISION_NR "0025" #endif // __REVISION_NR_H__