Преглед на файлове

Fix type in warning message

Temtaime преди 8 години
родител
ревизия
655d6f56e7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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->clienttype = clienttype;
 			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));
 
 			switch( result )