Core/Auras: Defined and implemented many new interrupt flags

This commit is contained in:
Shauren
2021-03-24 14:52:48 +01:00
committed by Ovahlord
parent 45df49c826
commit fed82c1002
23 changed files with 264 additions and 169 deletions

View File

@@ -958,6 +958,7 @@ void WorldSession::HandlePlayerLogin(LoginQueryHolder const& holder)
}
pCurrChar->UpdatePositionData();
pCurrChar->RemoveAurasWithInterruptFlags(SpellAuraInterruptFlags::Login);
pCurrChar->UpdateMountCapabilities();
pCurrChar->SendInitialPacketsAfterAddToMap();