Skip to content

Commit

Permalink
BfA/KingsRest/Dazar: Remove proximity
Browse files Browse the repository at this point in the history
  • Loading branch information
ntowle committed Nov 22, 2023
1 parent 7764ab0 commit 7233fc2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions BfA/KingsRest/Dazar.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@

--------------------------------------------------------------------------------
-- Module Declaration
--

local mod, CL = BigWigs:NewBoss("Dazar, The First King", 1762, 2172)
if not mod then return end
mod:RegisterEnableMob(136160, 136984, 136976) -- Dazar, Reban, T'zala
mod.engageId = 2143
mod:SetEncounterID(2143)

--------------------------------------------------------------------------------
-- Locals
Expand All @@ -32,7 +31,7 @@ function mod:GetOptions()
return {
"stages",
{268586, "TANK_HEALER"}, -- Blade Combo
{268932, "SAY", "ICON", "PROXIMITY"}, -- Quaking Leap
{268932, "SAY", "ICON"}, -- Quaking Leap
268403, -- Gale Slash
269231, -- Hunting Leap
269369, -- Deathly Roar
Expand Down Expand Up @@ -141,9 +140,6 @@ do
self:PrimaryIcon(268932, player)
if self:Me(guid) then
self:Say(268932)
self:OpenProximity(268932, 20) -- 20 is a guesstimate
else
self:OpenProximity(268932, 20, player)
end
end

Expand All @@ -154,7 +150,6 @@ do

function mod:QuakingLeapLanding()
self:PrimaryIcon(268932)
self:CloseProximity(268932)
end
end

Expand Down

0 comments on commit 7233fc2

Please sign in to comment.