hy i just wanted to ask if core is changed this way isint working anymore
case SPELL_AURA_FLY:
//{
// not allow cast fly spells at old maps by players (all spells is self target)
//if(m_caster->GetTypeId()==TYPEID_PLAYER)
//{
//if( !((Player*)m_caster)->isGameMaster() &&
//GetVirtualMapForMapAndZone(m_caster->GetMapId(),m_caster->GetZoneId()) != 530)
//return SPELL_FAILED_NOT_HERE;
//}
//};break;
// remove new continent flight forms
//if( !isGameMaster() &&
//GetVirtualMapForMapAndZone(GetMapId(),newZone) != 530)
//{
//RemoveSpellsCausingAura(SPELL_AURA_MOD_INCREASE_FLIGHT_SPEED);
//RemoveSpellsCausingAura(SPELL_AURA_FLY);
//}
is there any other way to add flying mounts in azeroth?
thanks