diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-24 01:15:56 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-24 01:15:56 +0000 |
commit | 758e7e6a9a995ea27f0ec5461a588c2278f45ec4 (patch) | |
tree | 9c25929ef462cad6fcffa249a18a4040d7e33f78 /src/map/skill.h | |
parent | e806cbbaa63804c9f4ff2a82e20789d784a93b11 (diff) | |
download | hercules-758e7e6a9a995ea27f0ec5461a588c2278f45ec4.tar.gz hercules-758e7e6a9a995ea27f0ec5461a588c2278f45ec4.tar.bz2 hercules-758e7e6a9a995ea27f0ec5461a588c2278f45ec4.tar.xz hercules-758e7e6a9a995ea27f0ec5461a588c2278f45ec4.zip |
- Fixed the hotkey list sending to the client not displaying right away.
- Corrected the unit_id of NPC_EVILLAND (taken from jA)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11071 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r-- | src/map/skill.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/skill.h b/src/map/skill.h index 68b5872f6..c67d65588 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -989,6 +989,11 @@ enum { UNT_GROUNDDRIFT_POISON, UNT_GROUNDDRIFT_WATER, UNT_GROUNDDRIFT_FIRE, + //0xc3 ? + //0xc4 ? + //0xc5 ? + //0xc6 ? + UNT_EVILLAND = 0xc7, }; #endif /* _SKILL_H_ */ |