Removed SpellInfoCorrections of removed spells

This commit is contained in:
hondacrx
2017-07-24 14:05:52 -04:00
parent 4b447a3aa4
commit 0d8729ae32
-14
View File
@@ -2741,10 +2741,6 @@ namespace Game.Entities
case 59372: // Energize Cores case 59372: // Energize Cores
spellInfo.GetEffect(0).TargetA = new SpellImplicitTargetInfo(Targets.UnitSrcAreaEnemy); spellInfo.GetEffect(0).TargetA = new SpellImplicitTargetInfo(Targets.UnitSrcAreaEnemy);
break; break;
case 63320: // Glyph of Life Tap
// Entries were not updated after spell effect change, we have to do that manually :/
spellInfo.AttributesEx3 |= SpellAttr3.CanProcWithTriggered;
break;
case 5308: // Execute case 5308: // Execute
spellInfo.AttributesEx3 |= SpellAttr3.CantTriggerProc; spellInfo.AttributesEx3 |= SpellAttr3.CantTriggerProc;
break; break;
@@ -2834,18 +2830,12 @@ namespace Game.Entities
case 34477: // Misdirection case 34477: // Misdirection
case 48108: // Hot Streak case 48108: // Hot Streak
case 51124: // Killing Machine case 51124: // Killing Machine
case 57761: // Fireball!
case 64823: // Item - Druid T8 Balance 4P Bonus case 64823: // Item - Druid T8 Balance 4P Bonus
case 88819: // Daybreak
spellInfo.ProcCharges = 1; spellInfo.ProcCharges = 1;
break; break;
case 44544: // Fingers of Frost case 44544: // Fingers of Frost
spellInfo.GetEffect(0).SpellClassMask = new FlagArray128(685904631, 1151048, 0, 0); spellInfo.GetEffect(0).SpellClassMask = new FlagArray128(685904631, 1151048, 0, 0);
break; break;
case 53257: // Cobra Strikes
spellInfo.ProcCharges = 2;
spellInfo.StackAmount = 0;
break;
case 28200: // Ascendance (Talisman of Ascendance trinket) case 28200: // Ascendance (Talisman of Ascendance trinket)
spellInfo.ProcCharges = 6; spellInfo.ProcCharges = 6;
break; break;
@@ -2882,10 +2872,6 @@ namespace Game.Entities
case 15290: // Vampiric Embrace case 15290: // Vampiric Embrace
spellInfo.AttributesEx3 |= SpellAttr3.NoInitialAggro; spellInfo.AttributesEx3 |= SpellAttr3.NoInitialAggro;
break; break;
case 8145: // Tremor Totem (instant pulse)
spellInfo.AttributesEx2 |= SpellAttr2.CanTargetNotInLos;
spellInfo.AttributesEx5 |= SpellAttr5.StartPeriodicAtApply;
break;
case 6474: // Earthbind Totem (instant pulse) case 6474: // Earthbind Totem (instant pulse)
spellInfo.AttributesEx5 |= SpellAttr5.StartPeriodicAtApply; spellInfo.AttributesEx5 |= SpellAttr5.StartPeriodicAtApply;
break; break;