From b8431ef147bb1f98ace6dcad5bfaa7d5e0a02897 Mon Sep 17 00:00:00 2001 From: ultramage Date: Thu, 4 Oct 2007 16:16:44 +0000 Subject: * Added MAX_HOTKEYS to supplement the HOTKEY_SAVING define * Fixed a compile problem when hotkey saving is disabled (topic:167265) * Added script source error reporting to countitem() (topic:167165) * Removed integer mob skill state/target definition support (unused) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11353 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/map/status.h') diff --git a/src/map/status.h b/src/map/status.h index 91981bdf4..489a08c66 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -579,7 +579,6 @@ int status_percent_change(struct block_list *src,struct block_list *target,signe #define status_percent_heal(bl, hp_rate, sp_rate) status_percent_change(NULL, bl, -(hp_rate), -(sp_rate), 1) #define status_percent_damage(src, target, hp_rate, sp_rate) status_percent_change(src, target, hp_rate, sp_rate, 0) //Instant kill with no drops/exp/etc -// #define status_kill(bl) status_percent_damage(NULL, bl, 100, 0) //Used to set the hp/sp of an object to an absolute value (can't kill) int status_set_hp(struct block_list *bl, unsigned int hp, int flag); -- cgit v1.2.3-70-g09d2