[6986] Remove outdated for 3.0.3 area mount limitation.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
yad02 2008-12-30 18:37:17 +03:00 committed by VladimirMangos
parent 0db6b31b70
commit 2b7004a0ab
3 changed files with 2 additions and 8 deletions

View file

@ -4278,9 +4278,6 @@ uint8 Spell::CanCast(bool strict)
if (m_caster->GetTypeId()==TYPEID_PLAYER && !sMapStore.LookupEntry(m_caster->GetMapId())->IsMountAllowed() && !m_IsTriggeredSpell && !m_spellInfo->AreaId)
return SPELL_FAILED_NO_MOUNTS_ALLOWED;
if (m_caster->GetAreaId()==35)
return SPELL_FAILED_NO_MOUNTS_ALLOWED;
ShapeshiftForm form = m_caster->m_form;
if( form == FORM_CAT || form == FORM_TREE || form == FORM_TRAVEL ||
form == FORM_AQUA || form == FORM_BEAR || form == FORM_DIREBEAR ||