diff options
author | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-03-03 21:17:41 +0100 |
---|---|---|
committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-03-03 21:17:41 +0100 |
commit | c3767572416f7a22b66d1db8139500bafbe93f61 (patch) | |
tree | 5bf2614a35727b683eca11e5b070afc7563391e3 /src/server/game/Spells/SpellMgr.cpp | |
parent | 671c50354d7d082bdeedf842884cd254d685d22a (diff) | |
parent | 600e7e8cfb3f9e67de840dcc055e2754e4fead85 (diff) |
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
-rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index e06de171f1d..fc6dec7e2ec 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3603,6 +3603,11 @@ void SpellMgr::LoadSpellInfoCorrections() case 57143: // Life Burst (Wyrmrest Skytalon) spellInfo->AttributesEx2 |= SPELL_ATTR2_CAN_TARGET_NOT_IN_LOS; break; + // This would never crit on retail and it has attribute for SPELL_ATTR3_NO_DONE_BONUS because is handled from player, + // until someone figures how to make scions not critting without hack and without making them main casters this should stay here. + case 63934: // Arcane Barrage (casted by players and NONMELEEDAMAGELOG with caster Scion of Eternity (original caster)). + spellInfo->AttributesEx2 |= SPELL_ATTR2_CANT_CRIT; + break; // ENDOF EYE OF ETERNITY SPELLS // // OCULUS SPELLS |