diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-14 13:24:09 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-14 13:24:09 +0000 |
commit | 297e9094a6ccd170255ac21dba2bddde6c1fcd41 (patch) | |
tree | eb65c51cd0040d9440a7f834133167e5c571f945 /src/map/skill.h | |
parent | f96f7e6fd0a90340b972007223b9fb4c9ac7c192 (diff) | |
download | hercules-297e9094a6ccd170255ac21dba2bddde6c1fcd41.tar.gz hercules-297e9094a6ccd170255ac21dba2bddde6c1fcd41.tar.bz2 hercules-297e9094a6ccd170255ac21dba2bddde6c1fcd41.tar.xz hercules-297e9094a6ccd170255ac21dba2bddde6c1fcd41.zip |
Updated some more skills. ;P
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@169 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r-- | src/map/skill.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/skill.h b/src/map/skill.h index c5c3e98d5..310a93f21 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -332,6 +332,8 @@ enum { // struct map_session_data の status_changeの番号テーブル SC_SPELLBREAKER =192,
SC_EDP = 114, // [Celest]
+ SC_MARIONETTE2 = 122,
+ SC_BLEEDING = 124,
// -- testing various SC effects
// SC_AURABLADE =81,
|