OSDN Git Service

[feature] ソースファイルをC++に対応
[hengbandforosx/hengbandosx.git] / src / mind / mind-ninja.c
index ad68bd8..901d953 100644 (file)
@@ -378,7 +378,7 @@ bool cast_ninja_spell(player_type *caster_ptr, mind_ninja_type spell)
         (void)stasis_monster(caster_ptr, dir);
         break;
     case ANCIENT_KNOWLEDGE:
-        return ident_spell(caster_ptr, FALSE, 0);
+        return ident_spell(caster_ptr, FALSE, TV_NONE);
     case FLOATING:
         set_tim_levitation(caster_ptr, randint1(20) + 20, FALSE);
         break;