Ver código fonte

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

aleos89 9 anos atrás
pai
commit
9fd08ef540
1 arquivos alterados com 1 adições e 1 exclusões
  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;
 	}