Explorar o código

Corrected a comment to match the config value
* Follow up to 6227135.

aleos89 %!s(int64=9) %!d(string=hai) anos
pai
achega
9fd08ef540
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/map/atcommand.c

+ 1 - 1
src/map/atcommand.c

@@ -2902,7 +2902,7 @@ ACMD_FUNC(recall) {
 		return -1;
 	}
 	if( pc_setpos(pl_sd, sd->mapindex, sd->bl.x, sd->bl.y, CLR_RESPAWN) == SETPOS_AUTOTRADE ){
-		clif_displaymessage(fd, msg_txt(sd,1025)); // The player cannot be recalled, because he is in autotrading state.
+		clif_displaymessage(fd, msg_txt(sd,1025)); // The player is currently autotrading and cannot be recalled.
 		return -1;
 	}