diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index 1fe73423f..adb27c245 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -3952,6 +3952,7 @@ struct regen_data *status_get_regen_data(struct block_list *bl) return NULL;
}
}
+
struct status_data *status_get_status_data(struct block_list *bl)
{
nullpo_retr(NULL, bl);
|