OSDN Git Service

種族、職業の条件式挿入(^C)コマンドの$RACE と $CLASS が逆だったので修正。
authormogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 27 Apr 2002 00:52:00 +0000 (00:52 +0000)
committermogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 27 Apr 2002 00:52:00 +0000 (00:52 +0000)
src/autopick.c

index 73e834b..8b80910 100644 (file)
@@ -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