From 21912bafe72cf7685679cf95b705ad0d115ff7c7 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 14 Sep 2006 16:34:06 +0000 Subject: - Estimation /Sense/ whatever will no longer hide the vit bonus to mdef2, as reported by Playtester. - Updated Summon Flora to summon the max number of possible plants on one cast. It will consume as many bottles as monsters summoned. Also cleaned up the function to be usable by non players. - Added function status_get_name git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8756 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/status.h') diff --git a/src/map/status.h b/src/map/status.h index c53387026..2b74a41a5 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -559,6 +559,7 @@ int status_revive(struct block_list *bl, unsigned char per_hp, unsigned char per struct regen_data *status_get_regen_data(struct block_list *bl); struct status_data *status_get_status_data(struct block_list *bl); struct status_data *status_get_base_status(struct block_list *bl); +const char * status_get_name(struct block_list *bl); int status_get_class(struct block_list *bl); int status_get_lv(struct block_list *bl); #define status_get_range(bl) status_get_status_data(bl)->rhw.range -- cgit v1.2.3-70-g09d2