diff options
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index 65e512ec5..c11a00fde 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -257,6 +257,7 @@ enum { SC_DEFENCE, //[orn]
SC_INCAGIRATE,
SC_INCDEXRATE,
+ SC_JAILED,
SC_MAX, //Automatically updated max, used in for's and at startup to check we are within bounds. [Skotlex]
};
int SkillStatusChangeTable(int skill);
|