OSDN Git Service

鑑定のロッドの使用後に自動破棄があったときのバグ修正。
[hengband/hengband.git] / src / hissatsu.c
index 40c9533..76a6b1b 100644 (file)
@@ -645,11 +645,11 @@ static bool cast_hissatsu_spell(int spell)
        {
                if (p_ptr->lev > 44)
                {
-                       if (!identify_fully(TRUE, FALSE)) return FALSE;
+                       if (!identify_fully(TRUE)) return FALSE;
                }
                else
                {
-                       if (!ident_spell(TRUE, FALSE)) return FALSE;
+                       if (!ident_spell(TRUE)) return FALSE;
                }
                break;
        }