mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fixup(Scripts/CrusaderColiseum)spellscripts (#20417)
This commit is contained in:
@@ -819,11 +819,6 @@ class spell_valkyr_touch_aura : public AuraScript
|
||||
{
|
||||
PrepareAuraScript(spell_valkyr_touch_aura);
|
||||
|
||||
bool Validate(SpellInfo const* /*spellInfo*/) override
|
||||
{
|
||||
return ValidateSpellInfo({ SPELL_AURA_SPIRIT_OF_REDEMPTION });
|
||||
}
|
||||
|
||||
void HandleEffectPeriodic(AuraEffect const* aurEff)
|
||||
{
|
||||
PreventDefaultAction();
|
||||
|
||||
Reference in New Issue
Block a user