Core/Misc: Moved CharacterInfo out of world to separate class

Port From (https://github.com/TrinityCore/TrinityCore/commit/ad4e63bae145ae49b584ab2fc621660430cec0d3)
This commit is contained in:
hondacrx
2019-08-16 13:43:17 -04:00
parent ea35c2ca62
commit 3634bc7133
56 changed files with 598 additions and 527 deletions
+2 -2
View File
@@ -51,10 +51,10 @@ namespace Framework.Database
fileName = @"/sql/base/characters_database.sql";
break;
case "WorldDatabase":
fileName = @"/sql/TDB_world_735.00_2018_02_19.sql";
fileName = @"/sql/TDB_full_world_820.19071_2019_07_15.sql";
break;
case "HotfixDatabase":
fileName = @"/sql/TDB_hotfixes_735.00_2018_02_19.sql";
fileName = @"/sql/TDB_full_hotfixes_820.19071_2019_07_15.sql";
break;
}