From 5178ca9df008ecff5e78fb52baddedac9c318702 Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Sun, 31 Dec 2006 12:12:42 +0000 Subject: * Refer to http://www.eathena.ws/board/index.php?showtopic=130285 - Renamed pc_checkweighticon to pc_updateweightstatus and cleaned it. - Updated pc_is50overweight to use battle_config.natural_heal_weight_rate. - Added 90% weight check when attacking. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9600 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/unit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/unit.h') diff --git a/src/map/unit.h b/src/map/unit.h index 7331f4ca5..8f44616d8 100644 --- a/src/map/unit.h +++ b/src/map/unit.h @@ -36,7 +36,7 @@ int unit_can_reach_bl(struct block_list *bl,struct block_list *tbl, int range, i // 攻撃関連 int unit_stop_attack(struct block_list *bl); -int unit_attack(struct block_list *src,int target_id,int type); +int unit_attack(struct block_list *src,int target_id,int continuous); int unit_cancel_combo(struct block_list *bl); // スキル使用 -- cgit v1.2.3-60-g2f50