Browse Source

创客升级策略调整

lichunlei 2 năm trước cách đây
mục cha
commit
fd17a74552
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      AppStart/Helper/StatService.cs

+ 4 - 0
AppStart/Helper/StatService.cs

@@ -1928,6 +1928,10 @@ namespace MySystem
                                         {
                                             AfterLevel = 5;
                                         }
+                                        else if(BeforeLevel > 5)
+                                        {
+                                            AfterLevel = 5;
+                                        }
                                         else
                                         {
                                             upFlag = false;