summaryrefslogtreecommitdiff
path: root/src/map/skill.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-07-11 23:53:25 +0200
committerGitHub <noreply@github.com>2016-07-11 23:53:25 +0200
commit9d6ed011444bdd11a8502a81541c7daf819132e7 (patch)
tree11ac8326495a04c1dfda5c9a5fb1f812dee3e575 /src/map/skill.h
parentf269a1d050be968368287fd510fcdc6552c9639f (diff)
parent3a5f48dc84b6ec95ca034093f9c199a0ca326a0a (diff)
downloadhercules-9d6ed011444bdd11a8502a81541c7daf819132e7.tar.gz
hercules-9d6ed011444bdd11a8502a81541c7daf819132e7.tar.bz2
hercules-9d6ed011444bdd11a8502a81541c7daf819132e7.tar.xz
hercules-9d6ed011444bdd11a8502a81541c7daf819132e7.zip
Merge pull request #1352 from 4144/skilldbfix
Some skilldb fixed after conversion
Diffstat (limited to 'src/map/skill.h')
-rw-r--r--src/map/skill.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/skill.h b/src/map/skill.h
index 47cdee2d3..dfc2ecb3c 100644
--- a/src/map/skill.h
+++ b/src/map/skill.h
@@ -91,6 +91,7 @@ enum e_skill_inf {
enum e_skill_nk {
NK_NO_DAMAGE = 0x01,
NK_SPLASH = 0x02|0x04, // 0x4 = splash & split
+ NK_SPLASH_ONLY = 0x02,
NK_SPLASHSPLIT = 0x04,
NK_NO_CARDFIX_ATK = 0x08,
NK_NO_ELEFIX = 0x10,