diff options
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index be6429eff..13d0a7841 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -52,6 +52,10 @@ enum refine_type { REFINE_TYPE_MAX = 5 }; +/** + * SC configuration type + * @see db/sc_config.txt for more information + **/ typedef enum sc_conf_type { SC_NO_REM_DEATH = 0x01, SC_NO_SAVE = 0x02, |