fix(scripts/Felmyst): Adjust beam target (#4055)

This commit is contained in:
Silker
2020-12-26 18:56:21 +00:00
committed by GitHub
parent d3aff86c32
commit 3654c18784

View File

@@ -325,7 +325,7 @@ public:
me->GetMotionMaster()->MovePoint(POINT_AIR, me->GetPositionX(), me->GetPositionY(), me->GetPositionZ() + 15.0f, false, true);
break;
case EVENT_FLIGHT_VAPOR:
me->CastSpell(me, SPELL_SUMMON_DEMONIC_VAPOR, true);
me->CastCustomSpell(SPELL_SUMMON_DEMONIC_VAPOR, SPELLVALUE_MAX_TARGETS, 1, me, true);
break;
case EVENT_FLIGHT_BREATH1:
{