diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-26 10:02:29 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-26 10:02:29 +0000 |
commit | b064f50c5c54c66cd8e91e75f000a8caa14968d6 (patch) | |
tree | 7dcd12076e63e3e2dbe02a504ac1724289af3f23 /src/map/skill.h | |
parent | 91b84dacf6e1376e097cff7c7eff697d21bf1c62 (diff) | |
download | hercules-b064f50c5c54c66cd8e91e75f000a8caa14968d6.tar.gz hercules-b064f50c5c54c66cd8e91e75f000a8caa14968d6.tar.bz2 hercules-b064f50c5c54c66cd8e91e75f000a8caa14968d6.tar.xz hercules-b064f50c5c54c66cd8e91e75f000a8caa14968d6.zip |
Finished Full Strip, Weapon Refine, Slim Pitcher and Full Protection
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@369 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r-- | src/map/skill.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/map/skill.h b/src/map/skill.h index 2a7c17652..01f077158 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -1,4 +1,4 @@ -// $Id: skill.h,v 1.5 2004/09/25 05:32:19 MouseJstr Exp $ +// $Id: skill.h,v 1.5 2004/11/26 5:47:12 PM Celestia Exp $ #ifndef _SKILL_H_ #define _SKILL_H_ @@ -734,6 +734,7 @@ enum { WE_CALLPARTNER, NPC_SELFDESTRUCTION2 = 331, + ITM_TOMAHAWK = 337, NPC_DARKCROSS = 338, LK_AURABLADE = 355, @@ -855,13 +856,12 @@ enum { SL_SKE, SL_SKA, - // Will assign skill id's later [Celest] - ST_PRESERVE, + ST_PRESERVE = 475, ST_FULLSTRIP, WS_WEAPONREFINE, CR_SLIMPITCHER, CR_FULLPROTECTION, - ITM_TOMAHAWK, + // moved to common/mmo.h /* GD_APPROVAL=10000, |