From 0197da9f505525e6348c35daff7caa39e707c777 Mon Sep 17 00:00:00 2001 From: Ciscoh Bellic Date: Sun, 30 Jul 2023 14:44:08 -0400 Subject: [PATCH] fixed typo --- scripts/1467_ciscoh_basic.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/1467_ciscoh_basic.lua b/scripts/1467_ciscoh_basic.lua index 250f21f..b1e9e22 100644 --- a/scripts/1467_ciscoh_basic.lua +++ b/scripts/1467_ciscoh_basic.lua @@ -109,7 +109,7 @@ DefaultAPL:AddSpell( EternitySurge:CastableIf(function(self) return ClosestEnemy:Exists() and self:IsKnownAndUsable() and not Player:IsCastingOrChanneling() end):SetTarget(ClosestEnemy):PreCast(function(self) - Bastion.Notifications:AddNotification(EternitySurge:GetIcon(), "EternitySurger") + Bastion.Notifications:AddNotification(EternitySurge:GetIcon(), "EternitySurge") if not Player:IsWithinCone(ClosestEnemy, 90, 40) then SetHeading(Player:GetAngle(ClosestEnemy)) end