mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Make some renaming-specific changes
This commit is contained in:
@@ -87,8 +87,14 @@ namespace DATabase
|
||||
{
|
||||
int sysid = -1, srcid = -1;
|
||||
|
||||
Int32.TryParse(system, out sysid);
|
||||
Int32.TryParse(source, out srcid);
|
||||
if (system != "")
|
||||
{
|
||||
Int32.TryParse(system, out sysid);
|
||||
}
|
||||
if (source != "")
|
||||
{
|
||||
Int32.TryParse(source, out srcid);
|
||||
}
|
||||
|
||||
Generate gen = new Generate(sysid, srcid, _connectionString, norename, old);
|
||||
gen.Export();
|
||||
|
||||
Reference in New Issue
Block a user