Core/Auras: Update mount capability aura after all login loading is done

Port From (https://github.com/TrinityCore/TrinityCore/commit/a0fdac0ecc119b4ba85d41f86891b3cd35f7acde)
This commit is contained in:
hondacrx
2024-02-02 14:32:48 -05:00
parent 4e06ce4823
commit c5538d6d40
+2
View File
@@ -1086,6 +1086,8 @@ namespace Game
m_playerLoading.Clear();
_player.UpdateMountCapability();
// Handle Login-Achievements (should be handled after loading)
_player.UpdateCriteria(CriteriaType.Login, 1);