feat: add item dumper
This commit is contained in:
@@ -24,6 +24,20 @@ catch (Exception er)
|
||||
return 1;
|
||||
}
|
||||
|
||||
log.Info("Getting item data and icons");
|
||||
try
|
||||
{
|
||||
dumper.DumpItems();
|
||||
}
|
||||
catch (Exception er)
|
||||
{
|
||||
log.Error("Error while dumping items");
|
||||
log.Error("Exception: {0}", er.ToString());
|
||||
Console.ReadKey();
|
||||
return 1;
|
||||
|
||||
}
|
||||
|
||||
log.Info("Dump finished");
|
||||
|
||||
return 0;
|
||||
Reference in New Issue
Block a user