diff options
author | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-05 02:11:07 +0000 |
---|---|---|
committer | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-05 02:11:07 +0000 |
commit | 43b85b1567077f9df4c28a4bc46629e434fd6be5 (patch) | |
tree | 885f914af3c92f836b49b77b54e2dc69dc5214b5 /src/map/skill.h | |
parent | 91f9ffaedb9a759fbffdde2bc85afa6d41e5bcc3 (diff) | |
download | hercules-43b85b1567077f9df4c28a4bc46629e434fd6be5.tar.gz hercules-43b85b1567077f9df4c28a4bc46629e434fd6be5.tar.bz2 hercules-43b85b1567077f9df4c28a4bc46629e434fd6be5.tar.xz hercules-43b85b1567077f9df4c28a4bc46629e434fd6be5.zip |
Saycyber21's NJ work
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7529 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r-- | src/map/skill.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/map/skill.h b/src/map/skill.h index 704fd4f57..f6494ead5 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -937,8 +937,9 @@ enum { UNT_HERMODE,
//0xba
UNT_SUITON = 0xbb,
- UNT_DESPERADO,
- //0xbd, 0xbe, 0xc0, 0xc1 //Maybe the other elements of Ground Drift?
+ UNT_DESPERADO, //NJ_TATAMIGAESHI is 0xbc as well?
+ UNT_KAENSIN,
+ //0xbe, 0xc0, 0xc1 //Maybe the other elements of Ground Drift?
UNT_GROUNDDRIFT = 0xc2,
};
|