diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-19 03:24:08 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-19 03:24:08 +0000 |
commit | 216743d8617369ed6f157fbe14b8c8b43deabebb (patch) | |
tree | f93ce4ec37f24cb71d4a29b83a2cfb3b43a681d1 /src/map/skill.h | |
parent | ac48f740efef4d87163bef288ef231a561c34b3c (diff) | |
download | hercules-216743d8617369ed6f157fbe14b8c8b43deabebb.tar.gz hercules-216743d8617369ed6f157fbe14b8c8b43deabebb.tar.bz2 hercules-216743d8617369ed6f157fbe14b8c8b43deabebb.tar.xz hercules-216743d8617369ed6f157fbe14b8c8b43deabebb.zip |
Updated basilica, added save_flag, and fixed muting status not saved.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@255 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r-- | src/map/skill.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/skill.h b/src/map/skill.h index a9d0129f0..113ef1e3a 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -320,7 +320,8 @@ enum { // struct map_session_data の status_changeの番号テーブル SC_BROKNARMOR =32, SC_BROKNWEAPON =33, SC_SIGHTTRASHER =73, - SC_BASILICA =125, +// SC_BASILICA =125, // 125 is the same id as joint break + SC_BASILICA =102, // temporarily use this before an actual id is found [celest] SC_ENSEMBLE =159, SC_FOGWALL =178, SC_GOSPEL =179, |