Update boss_loatheb_40.cpp

This commit is contained in:
Grimfeather
2025-07-04 11:57:33 +02:00
committed by GitHub
parent 7af69d2ce7
commit 893b9a75ab

View File

@@ -146,7 +146,7 @@ public:
}
case EVENT_CORRUPTED_MIND:
{
me->CastSpell(me, SPELL_CORRUPTED_MIND, true);
me->CastSpell(me->GetVictim(), SPELL_CORRUPTED_MIND, true);
events.RepeatEvent(10000);
break;
}