> For the complete documentation index, see [llms.txt](https://polkafantasy.gitbook.io/official/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polkafantasy.gitbook.io/official/jp/begin/overview/known-bugs.md).

# 既知の不具合

## 全ユーザーを対象としたバグ

### 🔔 特定のアチーブメントを達成すると、複数の他のアチーブメントも達成されてしまう

アチーブメント『レベル10以上の英雄（武器）を10人所持する』を達成すると、本来は段階的に解放されるはずの『レベル●●以上の英雄（武器）を10人所持する』が複数すべて達成されたことになる不具合が確認されています。

こちらは影響範囲や既に発生している件数を鑑みて修正は行いませんので、受け取った無償ゼニーはそのままご利用いただいて問題ございません。

### 🔔 リサイクルした直後、有償ゼニーと無償ゼニーの表示が入れ替わってしまう

キャラクターや武器をリサイクルした直後、画面上部に表示される有償ゼニーと無償ゼニーの数値が入れ替わってしまう不具合が確認されています。実際のデータ上では正しく処理されており、他の画面に遷移すると正常な数値の表示に戻りますのでご安心ください。

<figure><img src="/files/To5ktG05tZrOOhCCTkYN" alt="" width="563"><figcaption></figcaption></figure>

→ こちらは次回のアップデートで修正を予定しております。

## 一部のユーザーを対象とした不具合

### 🔔 ゲーム内にNFTキャラクターの一部が反映されない

ゲームを初めてプレイするとき、またはリンク済みウォレットにNFTを新しく追加したとき、一部がゲーム内に表示されないという報告がありました。

ブロックチェーン上のデータをゲームに反映するのに時間がかかっている可能性がございます。

しばらく待っても改善されない場合は、お手数ですが、公式Discordの「⁠🎫｜お問合せチケット」よりウォレットアドレスと、反映されないNFTの情報をご教示ください。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://polkafantasy.gitbook.io/official/jp/begin/overview/known-bugs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
