From e7bae02e70b98330adbf1a44ace9a9939636cd50 Mon Sep 17 00:00:00 2001 From: ultramage Date: Tue, 29 Jul 2008 08:19:07 +0000 Subject: Renamed struct 'skill' to 's_skill' to remove naming collisions. Added defines for mercenary skill ranges. Added a mapping of mercenary skills to the skill db (700-799 atm). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13012 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/status.c') diff --git a/src/map/status.c b/src/map/status.c index bbc22363e..3341318d0 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -1595,7 +1595,7 @@ int status_calc_pc(struct map_session_data* sd,int first) static int calculating = 0; //Check for recursive call preemption. [Skotlex] struct status_data b_status, *status; const struct status_change *sc = &sd->sc; - struct skill b_skill[MAX_SKILL]; + struct s_skill b_skill[MAX_SKILL]; int b_weight,b_max_weight; int i,index; -- cgit v1.2.3-60-g2f50