diff options
author | Haru <haru@dotalux.com> | 2018-02-10 03:09:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-10 03:09:33 +0100 |
commit | c653d967508c194133d64e0c28fcc3dc0665cd77 (patch) | |
tree | b4297f68017af291c2def0d27bd01eb87a7b09c7 /src/map/status.c | |
parent | 6f85e399942facc69555d078c82588f95b198711 (diff) | |
parent | 40cdf84bb3ab0801ff1e000eeab6adf87cb7ac50 (diff) | |
download | hercules-c653d967508c194133d64e0c28fcc3dc0665cd77.tar.gz hercules-c653d967508c194133d64e0c28fcc3dc0665cd77.tar.bz2 hercules-c653d967508c194133d64e0c28fcc3dc0665cd77.tar.xz hercules-c653d967508c194133d64e0c28fcc3dc0665cd77.zip |
Merge pull request #1964 from MishimaHaruna/clanfix
Clanfix
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; |