Core: Updated to 11.2.0

Port From (https://github.com/TrinityCore/TrinityCore/commit/5cf0c6c8bb2c4e58a2d66ba5f304af34d18a4782)
This commit is contained in:
Hondacrx
2025-08-25 20:48:29 -04:00
parent d64045154a
commit aaa669210a
63 changed files with 5958 additions and 5434 deletions
+2 -2
View File
@@ -37,10 +37,10 @@ namespace Framework.Database
fileName = @"/sql/base/characters_database.sql";
break;
case "WorldDatabase":
fileName = @"/sql/TDB_full_world_1115.25051_2025_05_31.sql";
fileName = @"/sql/TDB_full_world_1117.25071_2025_07_21.sql";
break;
case "HotfixDatabase":
fileName = @"/sql/TDB_full_hotfixes_1115.25051_2025_05_31.sql";
fileName = @"/sql/TDB_full_hotfixes_1117.25071_2025_07_21.sql";
break;
}