From f90e54575306dc6391fc3348311626942fb3e111 Mon Sep 17 00:00:00 2001 From: Kenpachi Developer Date: Fri, 6 Mar 2020 10:13:30 +0100 Subject: Rename ISF_IGNORECONDITIONS to ISF_CHECKCONDITIONS --- src/map/script.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/script.h') diff --git a/src/map/script.h b/src/map/script.h index 857d22c61..7dc2b790a 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -569,7 +569,7 @@ enum mado_type { **/ enum itemskill_flag { ISF_NONE = 0x00, - ISF_IGNORECONDITIONS = 0x01, // Ignore skill conditions and don't consume them. + ISF_CHECKCONDITIONS = 0x01, // Check skill conditions and consume them. ISF_INSTANTCAST = 0x02, // Cast skill instantaneously. ISF_CASTONSELF = 0x04, // Forcefully cast skill on invoking character without showing the target selection cursor. }; -- cgit v1.2.3-60-g2f50