[7011] Add check Aura Spell req in Spell::CanCast

Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
DiSlord 2009-01-03 03:00:54 +03:00
parent 88208bc9a7
commit 1f4b00a848
6 changed files with 30 additions and 6 deletions

View file

@ -1082,10 +1082,10 @@ struct SpellEntry
uint32 TargetAuraState; // 18 m_targetAuraState
uint32 CasterAuraStateNot; // 19 m_excludeCasterAuraState
uint32 TargetAuraStateNot; // 20 m_excludeTargetAuraState
//uint32 casterAuraSpell; // 21 m_casterAuraSpell not used
//uint32 targetAuraSpell; // 22 m_targetAuraSpell not used
//uint32 excludeCasterAuraSpell; // 23 m_excludeCasterAuraSpell not used
//uint32 excludeTargetAuraSpell; // 24 m_excludeTargetAuraSpell not used
uint32 casterAuraSpell; // 21 m_casterAuraSpell
uint32 targetAuraSpell; // 22 m_targetAuraSpell
uint32 excludeCasterAuraSpell; // 23 m_excludeCasterAuraSpell
uint32 excludeTargetAuraSpell; // 24 m_excludeTargetAuraSpell
uint32 CastingTimeIndex; // 25 m_castingTimeIndex
uint32 RecoveryTime; // 26 m_recoveryTime
uint32 CategoryRecoveryTime; // 27 m_categoryRecoveryTime