TDB 1002.22121 - 2022/12/20

Port From (https://github.com/TrinityCore/TrinityCore/commit/731217703819c26645944091f47aec63b45c25d4)
This commit is contained in:
hondacrx
2023-01-04 16:38:19 -05:00
parent 99dbb422e1
commit 4718f88ed5
194 changed files with 390106 additions and 66 deletions
+2 -2
View File
@@ -54,10 +54,10 @@ namespace Framework.Database
fileName = @"/sql/base/characters_database.sql";
break;
case "WorldDatabase":
fileName = @"/sql/TDB_full_world_927.22111_2022_11_20.sql";
fileName = @"/sql/TDB_full_world_1002.22121_2022_12_20.sql";
break;
case "HotfixDatabase":
fileName = @"/sql/TDB_full_hotfixes_927.22111_2022_11_20.sql";
fileName = @"/sql/TDB_full_hotfixes_1002.22121_2022_12_20.sql";
break;
}