diff --git a/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua b/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua index 2f5e25fbaf..cbaeea3197 100644 --- a/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua +++ b/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua @@ -726,7 +726,11 @@ function this.NaturalSort(isNature,a,b) if a.lv == b.lv then if a.warPower == b.warPower then if a.id == b.id then - return a.sortId > b.sortId + if a.changeProId==b.changeProId then + return a.changeProId b.sortId + end else return a.id > b.id end