Core/Transports: Store information about continent transports

Port From (https://github.com/TrinityCore/TrinityCore/commit/2d7af28e9fe8958ecb5b302b8fee96b75320f84d)
This commit is contained in:
hondacrx
2021-10-02 20:38:25 -04:00
parent e340fda8b6
commit 540f72ccc3
3 changed files with 102 additions and 61 deletions
+3
View File
@@ -517,6 +517,9 @@ namespace Game
Log.outInfo(LogFilter.ServerLoading, "Loading Transport animations and rotations...");
Global.TransportMgr.LoadTransportAnimationAndRotation();
Log.outInfo(LogFilter.ServerLoading, "Loading Transport spawns...");
Global.TransportMgr.LoadTransportSpawns();
Log.outInfo(LogFilter.ServerLoading, "Loading Spell Rank Data...");
Global.SpellMgr.LoadSpellRanks();