diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-08 14:08:12 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-08 14:08:12 +0000 |
commit | 560250a022a95bd9678c5a81e5f14a34959e356a (patch) | |
tree | 204211301ce7e5660918a348046d324acb94dc58 | |
parent | 6fc1ab920c7e459a85d8aac05a750c1c8341ae0f (diff) | |
download | hercules-560250a022a95bd9678c5a81e5f14a34959e356a.tar.gz hercules-560250a022a95bd9678c5a81e5f14a34959e356a.tar.bz2 hercules-560250a022a95bd9678c5a81e5f14a34959e356a.tar.xz hercules-560250a022a95bd9678c5a81e5f14a34959e356a.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@939 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | src/map/pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 9f685507e..417ca0272 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -5443,7 +5443,7 @@ int pc_resetstate(struct map_session_data* sd) // New statpoint table used here - Dexity sd->status.status_point = atoi (statp[sd->status.base_level - 1]); if(sd->status.class_ >= 4001 && sd->status.class_ <= 4024) - sd->status.status_point+=40; + sd->status.status_point+=52; // extra 52+48=100 stat points // End addition // Removed by Dexity - old count |