少年修仙传客户端代码仓库
client_Wu Xijin
2019-02-13 2df58aeacbf1177ec01167bdeccfe89d6a8d5804
Core/GameEngine/Model/TelPartialConfig/tagPlayerLVConfig.cs
@@ -5,7 +5,7 @@
    {
        public static Int64 GetExpByPlayerLv(int lv)
        {
            PlayerLVConfig cfg = Config.Instance.Get<PlayerLVConfig>(lv);
            PlayerLVConfig cfg = PlayerLVConfig.Get(lv);
            if (cfg != null) {
                return (Int64)cfg.EXP1 * 100000000 + (Int64)cfg.EXP2;
            }