OSDN Git Service

[Refactor] #38997 player_move.c 微修正 / Fixed a little in player_move.c
[hengband/hengband.git] / src / realm-life.c
index 8af69d5..7e5863e 100644 (file)
@@ -455,7 +455,7 @@ concptr do_life_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode)
                {
                        if (cast)
                        {
-                               if (!identify_fully(FALSE)) return NULL;
+                               if (!identify_fully(caster_ptr, FALSE)) return NULL;
                        }
                }
                break;