mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[0025] update experience formula to 4.3.4
Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
This commit is contained in:
parent
595341c0ea
commit
fc56283c0d
2 changed files with 2 additions and 1 deletions
|
|
@ -84,6 +84,7 @@ namespace MaNGOS
|
||||||
case CONTENT_1_60: nBaseExp = 45; break;
|
case CONTENT_1_60: nBaseExp = 45; break;
|
||||||
case CONTENT_61_70: nBaseExp = 235; break;
|
case CONTENT_61_70: nBaseExp = 235; break;
|
||||||
case CONTENT_71_80: nBaseExp = 580; break;
|
case CONTENT_71_80: nBaseExp = 580; break;
|
||||||
|
case CONTENT_81_85: nBaseExp = 1878; break;
|
||||||
default:
|
default:
|
||||||
sLog.outError("BaseGain: Unsupported content level %u", content);
|
sLog.outError("BaseGain: Unsupported content level %u", content);
|
||||||
nBaseExp = 45; break;
|
nBaseExp = 45; break;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "0024"
|
#define REVISION_NR "0025"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue