| Core/NetworkPackage/DTCFile/ServerPack/H04_Scene/DTC0428_tagPlayerRideHorse.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| Fight/ClientCollectUtility.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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(); }