OSDN Git Service

Merge remote-tracking branch 'remotes/origin/For2.2.2-Fix-Hourier' into For2.2.2...
[hengband/hengband.git] / src / realm / realm-death.c
index 1df6de1..b3d31ef 100644 (file)
@@ -543,11 +543,11 @@ concptr do_death_spell(player_type *caster_ptr, SPELL_IDX spell, spell_type mode
                        {
                                if (randint1(50) > plev)
                                {
-                                       if (!ident_spell(caster_ptr, FALSE)) return NULL;
+                                       if (!ident_spell(caster_ptr, FALSE, 0)) return NULL;
                                }
                                else
                                {
-                                       if (!identify_fully(caster_ptr, FALSE)) return NULL;
+                                       if (!identify_fully(caster_ptr, FALSE, 0)) return NULL;
                                }
                        }
                }