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
/// Loads a table by its name, and optionally build/locale.
45
+
/// </summary>
46
+
/// <param name="tableName">The name of the DBC/DB2 table to load.</param>
47
+
/// <param name="build">The source build of the table formatted as x.x.x.xxxxx (optional, recommended in general but required for tables older than Legion).</param>
48
+
/// <param name="locale">The locale to use (optional, recommended for DBC files from WotLK or older).</param>
49
+
/// <returns>An instance of <see cref="IDBCDStorage"/> representing the loaded table.</returns>
0 commit comments