Skip to content

Commit

Permalink
Changed personal faction earned min/max values to -2000/2000.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Coene committed Jun 13, 2016
1 parent af99db7 commit b10187f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
@@ -1,5 +1,8 @@
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 ==
Uleat: Reworked EQEmuDictionary to use class LookupEntry

Expand Down
4 changes: 2 additions & 2 deletions common/features.h
Expand Up @@ -213,8 +213,8 @@ enum { //some random constants
#define MAX_NPC_FACTIONS 20

//individual faction pool
#define MAX_PERSONAL_FACTION 1200
#define MIN_PERSONAL_FACTION -3000
#define MAX_PERSONAL_FACTION 2000
#define MIN_PERSONAL_FACTION -2000

//The Level Cap:
//#define LEVEL_CAP RuleI(Character, MaxLevel) //hard cap is 127
Expand Down

0 comments on commit b10187f

Please sign in to comment.