Open Tibowl opened 4 years ago
Description When leveling up to the level before the level cap, the remaining XP isn't shown on battle screen. (Currently, that's when going from Lv. 173 to Lv. 174)
Screenshot and/or video Twitter picture Twitter video
Reproducing Steps to reproduce the behavior: (if applicable, otherwise remove this section)
Cause of issue The last border (of Lv. 175) is missing in api_get_exp_lvup of the /battle_result API call.
api_get_exp_lvup
/battle_result
Example: 10950000 missing in array
Japanese Translation
タイトル:レベルの上がる動画の後、残りの経験値動画が表示されない
説明 レベルの上がる動画では、レベルの数値が変化した後、残り経験値も演出アニメーションが表示されません。 (現時点では、レベルが173から174に上がる時に発生します)
スクリーンショット及び動画 Twitter picture Twitter video
バグの再現方法 バグを再現するために、必要な手順を説明してください:(存在しない場合は削除しても良い)
バグの発生原因 /battle_resultのAPIコールのapi_get_exp_lvupでは、レベル限界(Lv175)がありません。
Description When leveling up to the level before the level cap, the remaining XP isn't shown on battle screen. (Currently, that's when going from Lv. 173 to Lv. 174)
Screenshot and/or video Twitter picture Twitter video
Reproducing Steps to reproduce the behavior: (if applicable, otherwise remove this section)
Cause of issue The last border (of Lv. 175) is missing in
api_get_exp_lvup
of the/battle_result
API call.Example: 10950000 missing in array
Japanese Translation
タイトル:レベルの上がる動画の後、残りの経験値動画が表示されない
説明 レベルの上がる動画では、レベルの数値が変化した後、残り経験値も演出アニメーションが表示されません。 (現時点では、レベルが173から174に上がる時に発生します)
スクリーンショット及び動画 Twitter picture Twitter video
バグの再現方法 バグを再現するために、必要な手順を説明してください:(存在しない場合は削除しても良い)
バグの発生原因
/battle_result
のAPIコールのapi_get_exp_lvup
では、レベル限界(Lv175)がありません。