TDB 915.21111 - 11/17/2021

Port From (https://github.com/TrinityCore/TrinityCore/commit/06b9be494a7e4d1249d11550cc0eec2e35712d25)
This commit is contained in:
hondacrx
2021-11-17 11:57:12 -05:00
parent 93c8f9bd2e
commit 83f9cbe66f
367 changed files with 31562 additions and 84 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_910.21081_2021_08_18.sql";
fileName = @"/sql/TDB_full_world_915.21111_2021_11_17.sql";
break;
case "HotfixDatabase":
fileName = @"/sql/TDB_full_hotfixes_910.21081_2021_08_18.sql";
fileName = @"/sql/TDB_full_hotfixes_915.21111_2021_11_17.sql";
break;
}