diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-01 00:45:56 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-01 00:45:56 +0000 |
commit | a1ee9fdfc9e4be285a2c21fa2bcd309da89ffe43 (patch) | |
tree | 266a5e008ae6a16ca9d4d644a9cee86e7271c7d8 /src/map/map.h | |
parent | bb1a4e56b358c36a7996be8d34b84e7f118f63f5 (diff) | |
download | hercules-a1ee9fdfc9e4be285a2c21fa2bcd309da89ffe43.tar.gz hercules-a1ee9fdfc9e4be285a2c21fa2bcd309da89ffe43.tar.bz2 hercules-a1ee9fdfc9e4be285a2c21fa2bcd309da89ffe43.tar.xz hercules-a1ee9fdfc9e4be285a2c21fa2bcd309da89ffe43.zip |
- Something i forget to commit mmo.h.
- Preparatives for Faith/Calls/Kills for mercenaries.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13167 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index b880b8bf4..92011827b 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -274,6 +274,9 @@ enum _sp { SP_BASEJOB=119, // 100+19 - celest SP_BASECLASS=120, //Hmm.. why 100+19? I just use the next one... [Skotlex] + + // Mercenaries + SP_MERCFLEE=165, SP_MERCKILLS=189, SP_MERCFAITH=190, // original 1000- SP_ATTACKRANGE=1000, SP_ATKELE,SP_DEFELE, // 1000-1002 |