Fixes loading into server/creating new character.

This commit is contained in:
hondacrx
2021-08-31 13:20:06 -04:00
parent 4e03358392
commit cdd34e644a
3 changed files with 17 additions and 14 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ namespace Framework.Database
fileName = @"/sql/base/characters_database.sql";
break;
case "WorldDatabase":
fileName = @"/sql/TDB_full_world_910.21081_2021_08_18";
fileName = @"/sql/TDB_full_world_910.21081_2021_08_18.sql";
break;
case "HotfixDatabase":
fileName = @"/sql/TDB_full_hotfixes_910.21081_2021_08_18.sql";