Core/Spell: fix Wrecking crew

Closes #77
This commit is contained in:
ariel-
2016-07-23 16:52:00 -03:00
parent ba734a5be1
commit 4b24e404e7

View File

@@ -3188,6 +3188,11 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->ProcCharges = 2;
spellInfo->StackAmount = 0;
break;
case 46867: // Wrecking Crew
case 56611:
case 56612:
spellInfo->Effects[EFFECT_0].SpellClassMask = flag96(0x02000000, 0, 0);
break;
case 28200: // Ascendance (Talisman of Ascendance trinket)
spellInfo->ProcCharges = 6;
break;