Browse Source

Merge pull request #1634 from Temtaime/patch-1

Fix type in warning message

Thanks to @Temtaime
Lemongrass3110 8 years ago
parent
commit
3ad16f04fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/char/char_logif.c

+ 1 - 1
src/char/char_logif.c

@@ -315,7 +315,7 @@ int chlogif_parse_ackaccreq(int fd, struct char_session_data* sd){
 			sd->version = version;
 			sd->version = version;
 			sd->clienttype = clienttype;
 			sd->clienttype = clienttype;
 			if(sd->version != date2version(PACKETVER))
 			if(sd->version != date2version(PACKETVER))
-				ShowWarning("s aid=%d has an incorect version=%d in clientinfo. Server compiled for %d\n",
+				ShowWarning("aid=%d has an incorect version=%d in clientinfo. Server compiled for %d\n",
 					sd->account_id,sd->version,date2version(PACKETVER));
 					sd->account_id,sd->version,date2version(PACKETVER));
 
 
 			switch( result )
 			switch( result )