From 54f28419528e592b2d7628ce596fd49205be94d3 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 6 Apr 2006 13:49:29 +0000 Subject: - Modified @allstats to prevent negative/overflow issues. - Fixed HP/SP requirements for WE_MALE/WE_FEMALE - Fixed a typo in skill.h which fixes a compilation warning. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5925 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/skill.h') diff --git a/src/map/skill.h b/src/map/skill.h index b34f413b6..f485e3394 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -165,7 +165,7 @@ int skill_get_unit_target( int id ); int skill_tree_get_max( int id, int b_class ); // Celest const char* skill_get_name( int id ); // [Skotlex] -void skill_isammoy_type(TBL_PC *sd, int skill); +int skill_isammotype(TBL_PC *sd, int skill); int skill_castend_id( int tid, unsigned int tick, int id,int data ); int skill_castend_pos( int tid, unsigned int tick, int id,int data ); int skill_castend_map( struct map_session_data *sd,int skill_num, const char *map); -- cgit v1.2.3-70-g09d2