From e25963f4562516f4b4aada3983af567f81555165 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 31 Aug 2006 14:18:37 +0000 Subject: - Fixed @summon's delete timer being screwed up. - Cleaned up a bit the summon script command. - Fixed the clone script command's delete-timer being screwed up. - Corrected battle config name max_walk_rate, it should be named max_walk_speed. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8559 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/status.c') 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); -- cgit v1.2.3-70-g09d2