Commit 265d5f6d authored by keyongyu's avatar keyongyu

2.4.1.2

parent 5cf7bf28
......@@ -30,9 +30,9 @@ public CardPack(long id)
public string date;
public string getMseRarity(){
if(rarity==null)
if(this.rarity==null)
return "common";
rarity=rarity.Trim().ToLower();
string rarity=this.rarity.Trim().ToLower();
if(rarity.Equals("common")){
return "common";
}
......@@ -60,7 +60,7 @@ public CardPack(long id)
if(rarity.Contains("promo")){
return "promo";
}
return "common";
return this.rarity.Split('/')[0];
}
}
}
......@@ -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("2.4.1.1")]
[assembly: AssemblyVersion("2.4.1.2")]
......@@ -47,6 +47,6 @@
<add key="mse_path" value="./MagicSetEditor2/mse.exe"/>
<add key="mse_exprotpath" value="./exprot"/>
<add key="mse_auto_rarity" value="true"/>
<add key="pack_db" value="./pack.cdb"/>
<add key="pack_db" value="./pack.db"/>
</appSettings>
</configuration>
\ No newline at end of file
★更新历史
2.4.1.2
rarity扩展
2.4.1.1
新增卡包数据库,支持导出带卡包信息和rarity
2.4.1.0
......
[DataEditorX]2.4.1.1[DataEditorX]
[DataEditorX]2.4.1.2[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★运行环境(Environment)
......
No preview for this file type
......@@ -47,6 +47,6 @@
<add key="mse_path" value="./MagicSetEditor2/mse.exe"/>
<add key="mse_exprotpath" value="./exprot"/>
<add key="mse_auto_rarity" value="true"/>
<add key="pack_db" value="./pack.cdb"/>
<add key="pack_db" value="./pack.db"/>
</appSettings>
</configuration>
\ No newline at end of file
★更新历史
2.4.1.2
rarity扩展
2.4.1.1
新增卡包数据库,支持导出带卡包信息和rarity
2.4.1.0
......
[DataEditorX]2.4.1.1[DataEditorX]
[DataEditorX]2.4.1.2[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★运行环境(Environment)
......
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