public static MpqLibrarian GetDefaultFinder(string wowPath) { if (DefaultLibrarian == null) { DefaultLibrarian = new MpqLibrarian(DBCTool.FindWowDirOrThrow(wowPath)); } return(DefaultLibrarian); }
public static void DumpToDir(string dumpDir) { var tool = new DBCTool { DBCOutputDir = dumpDir }; tool.Dump(); }
public static void DumpToDir(string dumpDir) { var tool = new DBCTool {DBCOutputDir = dumpDir}; tool.Dump(); }