summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 8acf784d5..293242c41 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -9068,7 +9068,7 @@ void clif_parse_Wis(int fd, struct map_session_data *sd) { // S 0096 <len>.w <ni
// Prevent hacked packets like missing null terminator or wrong len specification. [Lance]
speclen = (unsigned int)RFIFOW(fd,2);
- scanlen = strlen((const char*)RFIFOP(fd,28)) + 28;
+ scanlen = strlen((const char*)RFIFOP(fd,28)) + 29;
if(scanlen != speclen){
ShowWarning("Hack on Whisper: %s (AID: %d)!\n", sd->status.name, sd->bl.id);