Core/Scripts: Thrusting Hodir's Spear

- Everything is sniffed, enjoy this hell of a quest!

Closes #12808
This commit is contained in:
ariel-
2017-02-25 04:43:11 -03:00
parent 4224259d83
commit 01f5befcec
3 changed files with 770 additions and 1 deletions

View File

@@ -2816,6 +2816,13 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->Effects[EFFECT_0].TargetA = SpellImplicitTargetInfo(TARGET_UNIT_CASTER);
spellInfo->Effects[EFFECT_0].TargetB = SpellImplicitTargetInfo();
break;
case 56690: // Thrust Spear
case 60586: // Mighty Spear Thrust
case 60776: // Claw Swipe
case 60881: // Fatal Strike
case 60864: // Jaws of Death
spellInfo->AttributesEx4 |= SPELL_ATTR4_FIXED_DAMAGE;
break;
case 31344: // Howl of Azgalor
spellInfo->Effects[EFFECT_0].RadiusEntry = sSpellRadiusStore.LookupEntry(EFFECT_RADIUS_100_YARDS); // 100yards instead of 50000?!
break;