mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
Core/Spell: Val'kyr Target Search bypass invuln (#1229)
This spell now bypass invulnerability. Fix players using Hand Of Protection to prevent selection from valkyrs.
This commit is contained in:
@@ -5717,6 +5717,7 @@ void SpellMgr::LoadDbcDataCorrections()
|
||||
case 69030: // Val'kyr Target Search
|
||||
spellInfo->EffectRadiusIndex[0] = EFFECT_RADIUS_200_YARDS; // 200yd
|
||||
spellInfo->EffectRadiusIndex[1] = EFFECT_RADIUS_200_YARDS; // 200yd
|
||||
spellInfo->Attributes |= SPELL_ATTR0_UNAFFECTED_BY_INVULNERABILITY;
|
||||
break;
|
||||
case 73654: // Harvest Souls
|
||||
case 74295: // Harvest Souls
|
||||
|
||||
Reference in New Issue
Block a user