Assets/Scripts/Data/EndlessPortData.cs
@@ -179,7 +179,8 @@ int val = random.Next(waveData[i].DropTotalWeight); if (val <= waveData[i].Config.drop_rate[j]) // cx test // if (val <= waveData[i].Config.drop_rate[j]) // 命中 ret.Add(waveData[i].Config.drop[j]); }