diff options
author | megamage <none@none> | 2009-01-03 10:56:00 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-03 10:56:00 -0600 |
commit | fa00f43c5c597da6c13e51522695b2ec8e972cf9 (patch) | |
tree | 7d7eeebb62b7191c8d9bd65565a4b467cf98b475 /src/shared/Database/DBCStructure.h | |
parent | 89fb5ffcd6c6dcf194a957766a37c3fa7b246153 (diff) |
*Mangos [7011] Add check Aura Spell req in Spell::CanCast. By DiSlord.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database/DBCStructure.h')
-rw-r--r-- | src/shared/Database/DBCStructure.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/shared/Database/DBCStructure.h b/src/shared/Database/DBCStructure.h index e26e9d2baad..5890f5c48f5 100644 --- a/src/shared/Database/DBCStructure.h +++ b/src/shared/Database/DBCStructure.h @@ -1088,10 +1088,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 |