Commit 2fd08813 authored by keyongyu's avatar keyongyu

fix

parent c94cfa80
......@@ -180,6 +180,8 @@ public static string GetStar(long level)
public static string GetRace(long race)
{
if(race==0)
return "";
if(mRacedic==null)
return "";
if(mRacedic.ContainsKey(race))
......
......@@ -28,4 +28,4 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("1.6.2.1")]
[assembly: AssemblyVersion("1.6.2.2")]
[DataEditorX]1.6.2.1[DataEditorX]
[DataEditorX]1.6.2.2[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★使用前,请关联lua的打开方式,例如记事本,notepad++,等。
......@@ -56,6 +56,8 @@ DataEditorX.exe.config
描述不详细的bug,我修复不了。(都不知道是bug是什么)
★更新历史
1.6.2.2
修复没有种族的token
1.6.2.1
修复导出MSE存档
1.6.2.0
......
No preview for this file type
[DataEditorX]1.6.2.1[DataEditorX]
[DataEditorX]1.6.2.2[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★使用前,请关联lua的打开方式,例如记事本,notepad++,等。
......@@ -56,6 +56,8 @@ DataEditorX.exe.config
描述不详细的bug,我修复不了。(都不知道是bug是什么)
★更新历史
1.6.2.2
修复没有种族的token
1.6.2.1
修复导出MSE存档
1.6.2.0
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment