diff options
-rw-r--r-- | src/map/intif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/intif.c b/src/map/intif.c index 0a36fbc3d..9d447b9c0 100644 --- a/src/map/intif.c +++ b/src/map/intif.c @@ -2250,7 +2250,7 @@ int intif_parse(int fd) #ifdef GP_BOUND_ITEMS intif->pItembound_ack(fd); #else - ShowWarning("intif_parse: Received 0x3856 with GP_BOUND_ITEMS disabled !!!\n") + ShowWarning("intif_parse: Received 0x3856 with GP_BOUND_ITEMS disabled !!!\n"); #endif break; // Mercenary System |