This commit is contained in:
Ino 2025-08-04 02:20:59 +09:00
parent 6a9a4d5922
commit 86eab6f7d0
1 changed files with 1 additions and 1 deletions

View File

@ -2583,7 +2583,7 @@ handlers.Save_WaveResult = function(args)
var urod = Get_JsonUserData(readonlydata);
var table = Get_MissionTable();
var key = "d3_Nightmare";
var key = "d4_Wave";
if (!urod.Dungeon[key]) urod.Dungeon[key] = [0, 0, 0, 0];
if (urod.Dungeon[key][2] < args.Point) urod.Dungeon[key][2] = args.Point;