diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-15 05:55:55 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-15 05:55:55 +0000 |
commit | 1838d7a34123b596a9a8411da5991a91f49ea713 (patch) | |
tree | 6892705ab586d21e2f72f4b47f3c191aa49c1e3d /src/map/pc.h | |
parent | 287a334c7905a788f182d5e3e8d70281bb69d9f0 (diff) | |
download | hercules-1838d7a34123b596a9a8411da5991a91f49ea713.tar.gz hercules-1838d7a34123b596a9a8411da5991a91f49ea713.tar.bz2 hercules-1838d7a34123b596a9a8411da5991a91f49ea713.tar.xz hercules-1838d7a34123b596a9a8411da5991a91f49ea713.zip |
Implemented new skill "Enlarge Weight Limit R", and increased MAX_SKILL_TREE by 1.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11476 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index fcf3665f9..b8169e954 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -11,8 +11,8 @@ #include "status.h" // OPTION_* #include "unit.h" // unit_stop_attack(), unit_stop_walking() -//Update this max as necessary. 53 is the value needed for Super Baby currently -#define MAX_SKILL_TREE 53 +//Update this max as necessary. 54 is the value needed for Super Baby currently +#define MAX_SKILL_TREE 54 enum { W_FIST, //Bare hands |