mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
[7011] Add check Aura Spell req in Spell::CanCast
Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
parent
88208bc9a7
commit
1f4b00a848
6 changed files with 30 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue