From 65d462f92fd0060ed963a94f2c8c5b852fd7d165 Mon Sep 17 00:00:00 2001 From: mogami Date: Sat, 27 Apr 2002 00:52:00 +0000 Subject: [PATCH] =?utf8?q?=E7=A8=AE=E6=97=8F=E3=80=81=E8=81=B7=E6=A5=AD?= =?utf8?q?=E3=81=AE=E6=9D=A1=E4=BB=B6=E5=BC=8F=E6=8C=BF=E5=85=A5(^C)?= =?utf8?q?=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89=E3=81=AE$RACE=20=E3=81=A8?= =?utf8?q?=20$CLASS=20=E3=81=8C=E9=80=86=E3=81=A0=E3=81=A3=E3=81=9F?= =?utf8?q?=E3=81=AE=E3=81=A7=E4=BF=AE=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/autopick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autopick.c b/src/autopick.c index 73e834b86..8b8091039 100644 --- a/src/autopick.c +++ b/src/autopick.c @@ -1732,7 +1732,7 @@ void do_cmd_edit_autopick() ctrl_command_desc[LAST_DESTROYED] = last_destroyed_command; /* Conditional Expression for Class and Race */ - sprintf(classrace, "?:[AND [EQU $CLASS %s] [EQU $RACE %s]]", + sprintf(classrace, "?:[AND [EQU $RACE %s] [EQU $CLASS %s]]", #ifdef JP rp_ptr->E_title, cp_ptr->E_title #else -- 2.11.0