From 971a20bad2710c31fc90d6b85fd82a59763ee11a Mon Sep 17 00:00:00 2001 From: ai4rei Date: Fri, 26 Nov 2010 07:10:38 +0000 Subject: * Fixed auto-generated statpoint table missing 3 status points (since r1107). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14504 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 2 ++ src/map/pc.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 2e95eb10f..3f10ba09e 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,7 @@ Date Added +2010/11/26 + * Fixed auto-generated statpoint table missing 3 status points (since r1107). [Ai4rei] 2010/11/25 * Too large client packets, which would otherwise cause the client to crash, are now dropped and reported (bugreport:4391). [Ai4rei] * Fixed a crash when an unknown map is encountered during parsing a 'script' npc and the script has mismatched curly braces (bugreport:4423, since r11502). [Ai4rei] diff --git a/src/map/pc.c b/src/map/pc.c index 6da104d30..c83bfadc9 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -8088,7 +8088,7 @@ int pc_readdb(void) // スキルツリ? memset(statp,0,sizeof(statp)); i=1; - stat = 45; // base points + stat = 48; // base points sprintf(line, "%s/statpoint.txt", db_path); fp=fopen(line,"r"); if(fp == NULL){ -- cgit v1.2.3-70-g09d2