summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-03-06 10:13:30 +0100
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-03-06 10:37:22 +0100
commitf90e54575306dc6391fc3348311626942fb3e111 (patch)
tree3131e1df4e18f2477882bcbe2341ae040206af12 /src/map/script.h
parent18cc2f2956470bfb50be7eaf1231f3f5529bc2c0 (diff)
downloadhercules-f90e54575306dc6391fc3348311626942fb3e111.tar.gz
hercules-f90e54575306dc6391fc3348311626942fb3e111.tar.bz2
hercules-f90e54575306dc6391fc3348311626942fb3e111.tar.xz
hercules-f90e54575306dc6391fc3348311626942fb3e111.zip
Rename ISF_IGNORECONDITIONS to ISF_CHECKCONDITIONS
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h2
1 files changed, 1 insertions, 1 deletions
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.
};