Core: Updated allowed build to 9.1.0.39804

Port From (https://github.com/TrinityCore/TrinityCore/commit/d0394f939a829e385242ab936c30555afafd0616)
This commit is contained in:
hondacrx
2021-08-20 19:06:15 -04:00
parent f639a44707
commit 1f6a2b3516
2 changed files with 9 additions and 2 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_905.21071_2021_07_04.sql";
fileName = @"/sql/TDB_full_world_910.21081_2021_08_18";
break;
case "HotfixDatabase":
fileName = @"/sql/TDB_full_hotfixes_905.21071_2021_07_04.sql";
fileName = @"/sql/TDB_full_hotfixes_910.21081_2021_08_18.sql";
break;
}