diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-08 13:55:52 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-08 13:55:52 +0000 |
commit | 6fc1ab920c7e459a85d8aac05a750c1c8341ae0f (patch) | |
tree | 493ca218c9de4263dd144cc573895dda98327821 /src/map | |
parent | 4460c323b4e941f47aa4832b78dda41108d3ea0c (diff) | |
download | hercules-6fc1ab920c7e459a85d8aac05a750c1c8341ae0f.tar.gz hercules-6fc1ab920c7e459a85d8aac05a750c1c8341ae0f.tar.bz2 hercules-6fc1ab920c7e459a85d8aac05a750c1c8341ae0f.tar.xz hercules-6fc1ab920c7e459a85d8aac05a750c1c8341ae0f.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@938 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/pc.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index eb22b8376..9f685507e 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -5375,7 +5375,10 @@ int pc_resetlvl(struct map_session_data* sd,int type) sd->status.dex=1; sd->status.luk=1; if(sd->status.class_ == 4001) - sd->status.status_point=88; + sd->status.status_point=100; // not 88 [celest] + // give platinum skills upon changing + pc_skill(sd,142,1,0); + pc_skill(sd,143,1,0); } if(type == 2){ |