summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-10-01 00:16:21 +0200
committerGitHub <noreply@github.com>2016-10-01 00:16:21 +0200
commitdd71362b10e5986e034ed86db08961926440ace0 (patch)
tree119c8d409657cee1d90cd0c072ef3b7e846fa3f0 /src/map/clif.c
parent84ecefb4db23bbd98194a43a592cfe313477a1ab (diff)
parent2000a698da35915afb1a598433337a735d27ae24 (diff)
downloadhercules-dd71362b10e5986e034ed86db08961926440ace0.tar.gz
hercules-dd71362b10e5986e034ed86db08961926440ace0.tar.bz2
hercules-dd71362b10e5986e034ed86db08961926440ace0.tar.xz
hercules-dd71362b10e5986e034ed86db08961926440ace0.zip
Merge pull request #1450 from 4144/gcc7fixes
Add different fixes for gcc 7 warnings.
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 09e8bbb6b..040f86a58 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -13833,6 +13833,7 @@ void clif_parse_NoviceDoriDori(int fd, struct map_session_data *sd)
case MAPID_TAEKWON:
if (!sd->state.rest)
break;
+ FALLTHROUGH
case MAPID_SUPER_NOVICE:
sd->state.doridori=1;
break;