diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-14 19:39:42 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-14 19:39:42 +0000 |
commit | be2a001e897947fb0def4443dc7c0967f86574a7 (patch) | |
tree | c6486df73c979cc68d0b9cd94da5a3f64c32e770 /src/map/skill.h | |
parent | 76c518cd8e0be4c3c6cb3b7e59bc0b5742b1df69 (diff) | |
download | hercules-be2a001e897947fb0def4443dc7c0967f86574a7.tar.gz hercules-be2a001e897947fb0def4443dc7c0967f86574a7.tar.bz2 hercules-be2a001e897947fb0def4443dc7c0967f86574a7.tar.xz hercules-be2a001e897947fb0def4443dc7c0967f86574a7.zip |
Skill updates.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@178 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 c82a0c932..6ea93f819 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -331,9 +331,10 @@ enum { // struct map_session_data の status_changeの番号テーブル SC_MINDBREAKER =191, SC_SPELLBREAKER =192, - SC_EDP = 114, // [Celest] - SC_MARIONETTE2 = 122, - SC_BLEEDING = 124, + SC_EDP = 114, // [Celest] + SC_MARIONETTE2 = 122, // marionette target + SC_BLEEDING = 124, // temporarily same id as headcrush + SC_POISON2 = 193, // for EDP // -- testing various SC effects // SC_AURABLADE =81, @@ -854,4 +855,3 @@ enum { }; #endif - |