Core/Transmog: Implemented Transmog Illusions + Spelleffect to unlock them
Port From (https://github.com/TrinityCore/TrinityCore/commit/125ada42f6be220a52315d06d61e472a2ba83395)
This commit is contained in:
@@ -3135,6 +3135,7 @@ namespace Game.Entities
|
||||
GetSession().GetCollectionMgr().LoadHeirlooms();
|
||||
GetSession().GetCollectionMgr().LoadMounts();
|
||||
GetSession().GetCollectionMgr().LoadItemAppearances();
|
||||
GetSession().GetCollectionMgr().LoadTransmogIllusions();
|
||||
|
||||
LearnSpecializationSpells();
|
||||
|
||||
@@ -3732,6 +3733,7 @@ namespace Game.Entities
|
||||
GetSession().GetCollectionMgr().SaveAccountHeirlooms(loginTransaction);
|
||||
GetSession().GetCollectionMgr().SaveAccountMounts(loginTransaction);
|
||||
GetSession().GetCollectionMgr().SaveAccountItemAppearances(loginTransaction);
|
||||
GetSession().GetCollectionMgr().SaveAccountTransmogIllusions(loginTransaction);
|
||||
|
||||
stmt = DB.Login.GetPreparedStatement(LoginStatements.DEL_BNET_LAST_PLAYER_CHARACTERS);
|
||||
stmt.AddValue(0, GetSession().GetAccountId());
|
||||
|
||||
Reference in New Issue
Block a user