diff options
Diffstat (limited to 'src/map/skill.h')
-rw-r--r-- | src/map/skill.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/skill.h b/src/map/skill.h index 3e2fc7936..d1d7d1894 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -95,6 +95,7 @@ enum e_skill_inf2 { INF2_NO_ENEMY = 0x1000, INF2_NOLP = 0x2000, // Spells that can ignore Land Protector INF2_CHORUS_SKILL = 0x4000, // Chorus skill + INF2_CLONE_NOCOPY = 0x8000, // Clones will not copy this skill }; |