Core/Spell: Workaround cobra strikes into a charged aura instead of stacked.

Fixes #754
This commit is contained in:
ariel-
2016-09-01 01:36:29 -03:00
committed by Aokromes
parent 8e96d7fc8e
commit 01ebe31fa8

View File

@@ -3196,6 +3196,7 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->Effects[EFFECT_0].SpellClassMask = flag96(685904631, 1151048, 0);
break;
case 74396: // Fingers of Frost visual buff
case 53257: // Cobra Strikes
spellInfo->ProcCharges = 2;
spellInfo->StackAmount = 0;
break;