fix(instance): Ruby Sanctum - Resistances ignored (#1371)

This commit is contained in:
Vitoco
2019-02-16 16:08:50 -03:00
committed by Francesco Borzì
parent f960d8e848
commit edd88fbd1e
2 changed files with 49 additions and 2 deletions

View File

@@ -5846,6 +5846,17 @@ void SpellMgr::LoadDbcDataCorrections()
case 74637:
spellInfo->speed = 0;
break;
//Blazing Aura
case 75885:
case 75886:
spellInfo->AttributesEx4 &= ~SPELL_ATTR4_IGNORE_RESISTANCES;
break;
//Meteor Strike
case 75952:
//Combustion Periodic
case 74629:
spellInfo->AttributesEx4 &= ~SPELL_ATTR4_IGNORE_RESISTANCES;
break;
// ///////////////////////////////////////////