Fixes build. Scripts are still being updated.
This commit is contained in:
@@ -147,7 +147,7 @@ namespace Scripts.EasternKingdoms.BlackrockMountain.BlackrockDepths.TombOfSeven
|
||||
_scheduler.Schedule(TimeSpan.FromSeconds(18), task =>
|
||||
{
|
||||
Unit target = SelectTarget(SelectTargetMethod.Random, 0, 100.0f, true);
|
||||
if (target)
|
||||
if (target != null)
|
||||
DoCast(target, SpellIds.Immolate);
|
||||
task.Repeat(TimeSpan.FromSeconds(25));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user