summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index a309111..eec126e 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -8454,7 +8454,7 @@ static int clif_parse(int fd) {
break;
}
return 0;
- }
+ } else if (cmd >= 0x200) return 0;
// パケット長を計算
packet_len = packet_len_table[cmd];