diff options
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 8023fc30f..dcabf6d45 100644 --- a/db/const.txt +++ b/db/const.txt @@ -3354,3 +3354,11 @@ PC_NAME 0 PC_PARTY 1 PC_GUILD 2 PC_MAP 3 + +// sc_start +SCFLAG_NONE 0x00 +SCFLAG_NOAVOID 0x01 +SCFLAG_FIXEDTICK 0x02 +SCFLAG_LOADED 0x04 +SCFLAG_FIXEDRATE 0x08 +SCFLAG_NOICON 0x10 |