Core/Auras: Defined and implemented many new interrupt flags
Port From (https://github.com/TrinityCore/TrinityCore/commit/9b5a46ca2bb3a4632cb9914e0899df611a47d935)
This commit is contained in:
@@ -825,6 +825,9 @@ namespace Game
|
||||
pCurrChar.SetInGuild(0);
|
||||
}
|
||||
}
|
||||
|
||||
pCurrChar.RemoveAurasWithInterruptFlags(SpellAuraInterruptFlags.Login);
|
||||
|
||||
pCurrChar.SendInitialPacketsAfterAddToMap();
|
||||
|
||||
PreparedStatement stmt = DB.Characters.GetPreparedStatement(CharStatements.UPD_CHAR_ONLINE);
|
||||
|
||||
Reference in New Issue
Block a user