diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |