mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Core/Spell: Workaround cobra strikes into a charged aura instead of stacked.
Fixes #754
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user