少年修仙传客户端代码仓库
client_Hale
2019-06-22 7f6fa9c32f0d322664eae8e3f52fe5a326b91be2
382 移动中的采集被打断修复
2个文件已修改
7 ■■■■ 已修改文件
Core/NetworkPackage/DTCFile/ServerPack/H04_Scene/DTC0428_tagPlayerRideHorse.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/ClientCollectUtility.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/NetworkPackage/DTCFile/ServerPack/H04_Scene/DTC0428_tagPlayerRideHorse.cs
@@ -32,6 +32,11 @@
                return;
            }
            if (ClientDungeonStageUtility.isClientDungeon)
            {
                return;
            }
            if (_hero == null
             || _hero.MovingState == E_MovingState.Ride
             || _hero.IsPolyMorph
Fight/ClientCollectUtility.cs
@@ -285,7 +285,7 @@
                }
            }
            if (!_hero.IsIdle() && !_hero.IsCollect())
            if (!_hero.IsIdle() && !_hero.IsCollect() && !(_hero.NextAction == GAStaticDefine.Act_Collect))
            {
                StopCollect();
            }