mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
Added support for 3.3.0 PTR client.
This commit is contained in:
parent
f37f27d3c2
commit
c9636623bf
15 changed files with 83 additions and 55 deletions
|
|
@ -18268,7 +18268,7 @@ void Player::SendInitialPacketsBeforeAddToMap()
|
|||
|
||||
// set fly flag if in fly form or taxi flight to prevent visually drop at ground in showup moment
|
||||
if(HasAuraType(SPELL_AURA_MOD_INCREASE_FLIGHT_SPEED) || HasAuraType(SPELL_AURA_FLY) || isInFlight())
|
||||
m_movementInfo.AddMovementFlag(MOVEMENTFLAG_FLYING2);
|
||||
m_movementInfo.AddMovementFlag(MOVEMENTFLAG_FLYING);
|
||||
|
||||
m_mover = this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue