diff options
author | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-09 00:56:11 +0000 |
---|---|---|
committer | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-09 00:56:11 +0000 |
commit | 172e5f3cdf18b9da1b73ab64aa79301ba33450f1 (patch) | |
tree | 12ed8134628ba575205467bfe4af0f45538d546c /src/map/skill.h | |
parent | 37bbf967cd4f775f536ad0a5f3101f10efc0ba6f (diff) | |
download | hercules-172e5f3cdf18b9da1b73ab64aa79301ba33450f1.tar.gz hercules-172e5f3cdf18b9da1b73ab64aa79301ba33450f1.tar.bz2 hercules-172e5f3cdf18b9da1b73ab64aa79301ba33450f1.tar.xz hercules-172e5f3cdf18b9da1b73ab64aa79301ba33450f1.zip |
more skill fix.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5524 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r-- | src/map/skill.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/skill.h b/src/map/skill.h index 1613a47c2..bd40a8382 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -926,6 +926,9 @@ enum { UNT_SPIDERWEB,
UNT_GRAVITATION,
UNT_HERMODE,
+
+ UNT_KAENSIN,
+
};
#endif
|