mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Core/Spell: Fixed Val'kyr Target Search exploit
Closes #16347 by ariel-
This commit is contained in:
@@ -3670,6 +3670,7 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
case 69030: // Val'kyr Target Search
|
||||
spellInfo->Effects[EFFECT_0].RadiusEntry = sSpellRadiusStore.LookupEntry(EFFECT_RADIUS_200_YARDS); // 200yd
|
||||
spellInfo->Effects[EFFECT_1].RadiusEntry = sSpellRadiusStore.LookupEntry(EFFECT_RADIUS_200_YARDS); // 200yd
|
||||
spellInfo->Attributes |= SPELL_ATTR0_UNAFFECTED_BY_INVULNERABILITY;
|
||||
break;
|
||||
case 69198: // Raging Spirit Visual
|
||||
spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(13); // 50000yd
|
||||
|
||||
Reference in New Issue
Block a user