Created
March 10, 2011 08:32
-
-
Save pasdVn/863756 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -791,8 +791,8 @@ void Spell::prepareDataForTriggerSystem() | |
m_canTrigger = true; | |
break; | |
case SPELLFAMILY_PRIEST: | |
- // For Penance,Mind Sear,Mind Flay heal/damage triggers need do it | |
- if (m_spellInfo->SpellFamilyFlags & UI64LIT(0x0001800000800000) || (m_spellInfo->SpellFamilyFlags2 & 0x00000040)) | |
+ // For Penance,Mind Sear,Mind Flay, Empowered Renew heal/damage triggers need do it | |
+ if (m_spellInfo->SpellFamilyFlags & UI64LIT(0x0001800000800000) || (m_spellInfo->SpellFamilyFlags2 & 0x00001040)) | |
m_canTrigger = true; | |
break; | |
case SPELLFAMILY_ROGUE: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment