yyl
8 天以前 8c4240055a462fb80acc5e4c52a2497a24bce0a9
125 战斗 修复在行动的英雄buff特效层级错误的问题
1个文件已修改
4 ■■■■ 已修改文件
Main/System/Battle/BattleConst.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/Battle/BattleConst.cs
@@ -157,7 +157,7 @@
    {
        get
        {
            return ActiveHeroSortingOrder + 1;
            return ActiveHeroSortingOrder + 2;
        }
    }
@@ -167,7 +167,7 @@
    {
        get
        {
            return ActiveHeroFrontSortingOrder + 1;
            return ActiveHeroFrontSortingOrder - 1;
        }
    }