Update boss_eredar_twins.cpp

This commit is contained in:
Andrew 2025-02-20 10:24:48 -03:00 committed by GitHub
parent 44c86c7f08
commit b0d2702bcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -396,7 +396,7 @@ public:
void Register() override
{
OnEffectPeriodic += AuraEffectPeriodicFn(spell_eredar_twins_handle_touch_periodic::OnPeriodic, _effectIndex, SPELL_AURA_PERIODIC_DAMAGE);
OnEffectPeriodic += AuraEffectPeriodicFn(spell_eredar_twins_handle_touch_periodic::OnPeriodic, _effectIndex, SPELL_AURA_PERIODIC_TRIGGER_SPELL);
}
private: