diff options
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index 90b05c71c..55df4cdab 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -1923,6 +1923,9 @@ enum scb_flag SCB_RANGE = 0x10000000, SCB_REGEN = 0x20000000, SCB_DYE = 0x40000000, // force cloth-dye change to 0 to avoid client crashes. +#if 0 // Currently No SC use it. Also, when this will be implemented, there will be need to change to 64bit variable + SCB_BODY = 0x80000000, // Force bodysStyle change to 0 +#endif SCB_BATTLE = 0x3FFFFFFE, SCB_ALL = 0x3FFFFFFF |