少年修仙传客户端代码仓库
ZXW
2018-08-09 d869b87566c4c7b41b2c4513be0ca95c5505de28
Fight/GameActor/GAStaticDefine.cs
@@ -361,7 +361,7 @@
                else if (target is GA_NpcFightNorm)
                {
                    _casterRealm = PlayerDatas.Instance.baseData.realmLevel;
                    _targetRealm = (int)target.ActorInfo.realm;
                    _targetRealm = (int)target.ActorInfo.realm == 0 ? 99999999 : (int)target.ActorInfo.realm;
                }
            }
            else if (target is GA_Hero)