Fixed improved succubus seduction talent #699
This commit is contained in:
@@ -13699,7 +13699,7 @@ void Unit::ModSpellCastTime(SpellInfo const* spellInfo, int32 & castTime, Spell*
|
|||||||
if (!spellInfo || castTime < 0)
|
if (!spellInfo || castTime < 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (spellInfo->IsChanneled() && !(spellInfo->AttributesEx5 & SPELL_ATTR5_HASTE_AFFECT_DURATION))
|
if (spellInfo->IsChanneled() && spellInfo->HasAura(SPELL_AURA_MOUNTED))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// called from caster
|
// called from caster
|
||||||
|
|||||||
Reference in New Issue
Block a user