mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/BlackrockSpire: Fix encage event of Pyroguard encounter (#25177)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user