diff options
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, |