git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@939 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
5f37f4eed3
commit
0e45cb8e34
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user