mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
Merge pull request #532 from noudess/master
Changed personal faction earned min/max values to -2000/2000.
This commit is contained in:
commit
57ebfd2675
@ -1,5 +1,8 @@
|
|||||||
EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
|
== 06/13/2016 ==
|
||||||
|
Noudess: Changes personal faction earned min/max to -2000/2000 from -3000/1200
|
||||||
|
|
||||||
== 06/06/2016 ==
|
== 06/06/2016 ==
|
||||||
Uleat: Reworked EQEmuDictionary to use class LookupEntry
|
Uleat: Reworked EQEmuDictionary to use class LookupEntry
|
||||||
|
|
||||||
|
|||||||
@ -213,8 +213,8 @@ enum { //some random constants
|
|||||||
#define MAX_NPC_FACTIONS 20
|
#define MAX_NPC_FACTIONS 20
|
||||||
|
|
||||||
//individual faction pool
|
//individual faction pool
|
||||||
#define MAX_PERSONAL_FACTION 1200
|
#define MAX_PERSONAL_FACTION 2000
|
||||||
#define MIN_PERSONAL_FACTION -3000
|
#define MIN_PERSONAL_FACTION -2000
|
||||||
|
|
||||||
//The Level Cap:
|
//The Level Cap:
|
||||||
//#define LEVEL_CAP RuleI(Character, MaxLevel) //hard cap is 127
|
//#define LEVEL_CAP RuleI(Character, MaxLevel) //hard cap is 127
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user