diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/status.c b/src/map/status.c index 3bb511970..3e4b4a45c 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -9763,8 +9763,8 @@ int status_get_val_flag(enum sc_type type) { int val_flag = 0; switch (type) { - case SC_CLAN_INFO: - val_flag |= 1 | 2; + case SC_CLAN_INFO: + val_flag |= 1 | 2; break; case SC_FIGHTINGSPIRIT: val_flag |= 1 | 2; |