Open Xadras opened 8 years ago
Original comment by Anon X (Bitbucket: Anonx, GitHub: Anonx):
//Players on flying mounts must be immune to polymorph/sap/mc if (m_target->GetTypeId() == TYPEID_PLAYER) { m_target->ApplySpellImmune(GetId(), IMMUNITY_MECHANIC, MECHANIC_POLYMORPH, apply); m_target->ApplySpellImmune(GetId(), IMMUNITY_MECHANIC, MECHANIC_SAPPED, apply); m_target->ApplySpellImmune(GetId(), IMMUNITY_MECHANIC, MECHANIC_CHARM, apply);
Original comment by Rubapowa (Bitbucket: Rubapowa, GitHub: Unknown):
Upvoting , happened to me a few times and is really frustrating , while in flying mounts the player should be immune to CC's.
Originally reported by: meme (Bitbucket: homemer, GitHub: Unknown)
If a person is on a flying mount and gets blinded by a rogue, they will descend to the ground, allowing the rogue to attack the player. I can't say for sure but I remember players being immune to CC while on flying mounts. http://us.battle.net/wow/en/forum/topic/4015341854 re-affirms this memory, but I don't know if it was in day one of flying mounts.