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
parent f81754a306
commit 65d0a9478d

View File

@@ -3138,6 +3138,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;