Forgot to change updater to look for newest full DBs

This commit is contained in:
hondacrx
2022-08-09 11:03:35 -04:00
parent dacf9b1992
commit 02452aaa3d
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -51,10 +51,10 @@ namespace Framework.Database
fileName = @"/sql/base/characters_database.sql";
break;
case "WorldDatabase":
fileName = @"/sql/TDB_full_world_920.22031_2022_03_06.sql";
fileName = @"/sql/TDB_full_world_925.22071_2022_07_25.sql";
break;
case "HotfixDatabase":
fileName = @"/sql/TDB_full_hotfixes_920.22031_2022_03_06.sql";
fileName = @"/sql/TDB_full_hotfixes_925.22071_2022_07_25.sql";
break;
}