Changeset 98 for trunk/src/game/SpellMgr.cpp
- Timestamp:
- 11/19/08 13:35:21 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/SpellMgr.cpp
r87 r98 1041 1041 if(spellInfo_1->SpellFamilyFlags == spellInfo_2->SpellFamilyFlags) 1042 1042 return true; 1043 if(spellInfo_1->SpellFamilyName == SPELLFAMILY_SHAMAN) 1044 if(IsElementalShield(spellInfo_1) && IsElementalShield(spellInfo_2)) 1045 return true; 1043 1046 //Corruption & Seed of corruption 1044 1047 if(spellInfo_1->SpellFamilyName == SPELLFAMILY_WARLOCK)