Parcourir la source

修复“摇人”功能,玩家templateid发生了变动

大爷 il y a 1 an
Parent
commit
cb37cf5c35

+ 3 - 3
Unity/Assets/Scripts/Codes/Hotfix/Client/battle/BattleMgr_Cmd.cs

@@ -18,7 +18,7 @@ namespace ET
             switch (a.FuncIndex)
             {
                 case 2:
-                    var units = new int[] { 105, 108, 111, 117 };
+                    var units = new int[] { 101, 111, 121, 131 };
                     var centerpos = GetCurBattleCenter();
                     var rand = new Random();
                     foreach (var id in units)
@@ -51,7 +51,7 @@ namespace ET
                     }).Coroutine();
                     break;
                 case 4:
-                    var units2 = new int[] { 106, 109, 112, 118 };
+                    var units2 = new int[] { 102, 112, 122, 132 };
                     centerpos = GetCurBattleCenter();
                     rand = new Random();
                     foreach (var id in units2)
@@ -72,7 +72,7 @@ namespace ET
                     }
                     break;
                 case 5:
-                    var units3 = new int[] { 107, 1110, 113, 119 };
+                    var units3 = new int[] { 103, 113, 123, 133 };
                     centerpos = GetCurBattleCenter();
                     rand = new Random();
                     foreach (var id in units3)