From fd435430623c01ec109f506c9afd1e3b46c03e7d Mon Sep 17 00:00:00 2001 From: ai4rei Date: Tue, 30 Nov 2010 08:55:22 +0000 Subject: * Made skill_tree.txt reading use sv_readdb. [Ai4rei] - Added define for skill entry requirements. - Reports duplicate skills within same job class. - Updated comments for skill Berserk in skill_tree.txt, among others because they would cause errors the way they are read now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14524 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/map/status.c') diff --git a/src/map/status.c b/src/map/status.c index ac034c1b6..2d30e6df8 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -7676,6 +7676,13 @@ static int status_natural_heal_timer(int tid, unsigned int tick, int id, intptr return 0; } +/*========================================== + * DB reading. + * job_db1.txt - weight, hp, sp, aspd + * job_db2.txt - job level stat bonuses + * size_fix.txt - size adjustment table for weapons + * refine_db.txt - refining data table + *------------------------------------------*/ int status_readdb(void) { int i,j,class_; -- cgit v1.2.3-70-g09d2