summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h
index 2b7d6627c..af01cd1d6 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -518,7 +518,7 @@ enum {
#define SCB_ALL 0x7FFFFFFF
//Define to determine who gets HP/SP consumed on doing skills/etc. [Skotlex]
-#define BL_CONSUME (BL_PC|BL_HOMUNCULUS)
+#define BL_CONSUME (BL_PC|BL_HOM)
int status_damage(struct block_list *src,struct block_list *target,int hp,int sp, int walkdelay, int flag);
//Define for standard HP damage attacks.