Scripts/HallsOfOrigination: Fixed Temple Guardian Anhuur's Reverberating Hymn spell damage.

This commit is contained in:
Subv
2012-12-24 19:02:10 -05:00
parent f9e592e9c7
commit d4f936a4fa

View File

@@ -3668,6 +3668,10 @@ void SpellMgr::LoadSpellInfoCorrections()
// Little hack, Increase the radius so it can hit the Cave In Stalkers in the platform.
spellInfo->Effects[EFFECT_0].MaxRadiusEntry = sSpellRadiusStore.LookupEntry(EFFECT_RADIUS_45_YARDS);
break;
case 75323: // Reverberating Hymn
// Aura is refreshed at 3 seconds, and the tick should happen at the fourth.
spellInfo->AttributesEx8 |= SPELL_ATTR8_DONT_RESET_PERIODIC_TIMER;
break;
default:
break;
}