From d8271ce3c5094467e3ab10d9b4f380754ade466f Mon Sep 17 00:00:00 2001 From: sth4nothing <892223922@qq.com> Date: Tue, 18 Dec 2018 20:09:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=AF=AD=E6=B3=95=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CharacterFloatInfo/CharacterFloatInfo.cs | 2 +- CharacterFloatInfo/Info.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CharacterFloatInfo/CharacterFloatInfo.cs b/CharacterFloatInfo/CharacterFloatInfo.cs index ced4b19..4dc6560 100644 --- a/CharacterFloatInfo/CharacterFloatInfo.cs +++ b/CharacterFloatInfo/CharacterFloatInfo.cs @@ -806,7 +806,7 @@ public static string GetLevel(int id, int index) int typ = (index < 100 ? 501 : 500) + index; int skillValue = GetSkillValue(id, typ); int skillDiffer = skillValue - int.Parse(DateFile.instance.GetActorDate(id, typ, false)); - string familySkill = smallerWindow || !Main.settings.showFamilySkill || GameVersion < new Version(0, 1, 5) ? "" : GetFamilySkill(id, index) + ","; + string familySkill = smallerWindow || !Main.settings.showFamilySkill || Main.GameVersion < new Version(0, 1, 5) ? "" : GetFamilySkill(id, index) + ","; bool shownoadd = !smallerWindow && Main.settings.addonInfo && skillDiffer != 0; string text = DateFile.instance.SetColoer(20001 + Mathf.Clamp(GetMaxSkillLevel(id, typ), 1, 9), string.Format("{0}{1,3}{2}{3,3}{4}{5,3}{6}", diff --git a/CharacterFloatInfo/Info.json b/CharacterFloatInfo/Info.json index b744bca..7469fac 100644 --- a/CharacterFloatInfo/Info.json +++ b/CharacterFloatInfo/Info.json @@ -2,7 +2,7 @@ "Id": "CharacterFloatInfo", "DisplayName": "人物浮动信息", "Author": "Vallind", - "Version": "1.3.8", + "Version": "1.3.9", "AssemblyName": "CharacterFloatInfo.dll", "EntryMethod": "CharacterFloatInfo.Main.Load" } \ No newline at end of file