TDB 927.22081 - 2022/08/19

Port From (https://github.com/TrinityCore/TrinityCore/commit/eb63d1516b32eb156e905e30fe4455df8101b538)
This commit is contained in:
hondacrx
2022-08-19 20:07:01 -04:00
parent 6fa6405c58
commit ea4014cf0c
82 changed files with 863638 additions and 24 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_925.22071_2022_07_25.sql";
fileName = @"/sql/TDB_full_world_927.22081_2022_08_19.sql";
break;
case "HotfixDatabase":
fileName = @"/sql/TDB_full_hotfixes_925.22071_2022_07_25.sql";
fileName = @"/sql/TDB_full_hotfixes_927.22081_2022_08_19.sql";
break;
}