From 4659f091aaab21459d286b9f30be1e231f8e4977 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 15 十一月 2018 20:15:38 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Core/GameEngine/Model/Player/Character/PlayerBaseData.cs | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/Core/GameEngine/Model/Player/Character/PlayerBaseData.cs b/Core/GameEngine/Model/Player/Character/PlayerBaseData.cs
index cba6049..176fb9a 100644
--- a/Core/GameEngine/Model/Player/Character/PlayerBaseData.cs
+++ b/Core/GameEngine/Model/Player/Character/PlayerBaseData.cs
@@ -11,7 +11,7 @@
public ushort LV; //绛夌骇
public ushort LVEx; //鐜╁绛夌骇鍓湰锛岀敤浜庤浆鐢�
public ushort LV2; //澶у笀绛夌骇
- public ushort ExpPoint; //鎵╁厖缁忛獙鐐规暟
+ public uint ExpPoint; //鎵╁厖缁忛獙鐐规暟
public uint TotalExp; //鎬荤粡楠�
public uint Family; //瀹舵棌
public string FamilyName; //瀹舵棌鍚嶇О
@@ -62,8 +62,10 @@
public int BasicsDefense;//鍩虹闃插尽
public int BasicsScoreAHit;//鍩虹鍛戒腑
public int BasicsDodge;//鍩虹闂伩
- public long treasurePotentialSp {
- get {
+ public long treasurePotentialSp
+ {
+ get
+ {
return ExAttr8 * (long)100000000 + ExAttr7;
}
}
--
Gitblit v1.8.0