Scripts/BlackrockSpire: Fix encage event of Pyroguard encounter (#25177)

This commit is contained in:
Jinnaix
2020-07-31 13:58:26 +02:00
committed by GitHub
parent f35582f98a
commit e3aa87641f

View File

@@ -353,7 +353,7 @@ public:
_events.Repeat(Seconds(14), Seconds(23));
break;
case EVENT_ENCAGE:
DoCast(SelectTarget(SelectTargetMethod::Random, 0, 100, true), EVENT_ENCAGE, true);
DoCast(SelectTarget(SelectTargetMethod::Random, 0, 100, true), SPELL_ENCAGE, true);
_events.Repeat(Seconds(6), Seconds(12));
break;
default: