You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Console.WriteLine("The definitions folder does not exist or is empty. The programm cannot function this way.");
Console.WriteLine("Please download the definitions from https://github.com/wowdev/WoWDBDefs and place the 'definitions' folder into this application's directory.");
printExitPrompt();
return;
}
Console.WriteLine("NOTE: if you want to update an existing DB2Structure.h file, please put the old header file into this application's directory and use the 'DB2StructureUpdated.h' file for updating your source");
Console.WriteLine("");
Console.WriteLine("Please insert build number (e.g. 65299)");
Console.WriteLine("Could not read provided build input. Please try again.");
continue;
}
buildNumber=inputBuildNumber;
}
DBDStoragestorage=new();
storage.ReadDefinitions(buildNumber);
if(storage.Definitions.IsEmpty)
{
Console.WriteLine("Definitions have been read but no valid data has been extracted. Please make sure the definitions are up to date or update the DBDefsLib if the format should have changed.");