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 09170ee92..4baa3d8d3 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -917,7 +917,7 @@ void status_calc_misc(struct status_data *status, int level) int status_calc_mob(struct mob_data* md, int first) { struct status_data *status; - struct block_list *mbl; + struct block_list *mbl = NULL; int flag=0; //Check if we need custom base-status |