Misc updates.

This commit is contained in:
hondacrx
2024-02-22 16:17:38 -05:00
parent f6b1c24297
commit ae2c3c18c8
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -37,10 +37,10 @@ namespace Framework.Database
fileName = @"/sql/base/characters_database.sql";
break;
case "WorldDatabase":
fileName = @"/sql/TDB_full_world_1020.23111_2023_11_15.sql";
fileName = @"/sql/TDB_full_world_1025.24021_2024_02_08.sql";
break;
case "HotfixDatabase":
fileName = @"/sql/TDB_full_hotfixes_1020.23111_2023_11_15.sql";
fileName = @"/sql/TDB_full_hotfixes_1025.24021_2024_02_08.sql";
break;
}