From b0006317e5cc4a48cd5b8a501b94813cd3b93670 Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 20 Sep 2014 15:16:56 +0200 Subject: Replaced hardcoded values with constants for status_change_start's flag - Please use the values from enum scstart_flag when calling status_change_start or related functions. - This also applies to the sc_start script commands. Signed-off-by: Haru --- db/const.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'db/const.txt') 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 -- cgit v1.2.3-60-g2f50