Skip to content

Commit

Permalink
RS-Saviana: increase Flame Beacon spread range to 12yd (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanquar authored Feb 6, 2024
1 parent 32da294 commit 24a6f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DBM-ChamberOfAspects/Ruby/Saviana.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local mod = DBM:NewMod("Saviana", "DBM-ChamberOfAspects", 2)
local L = mod:GetLocalizedStrings()

mod:SetRevision("20230826164155")
mod:SetRevision("20240206213742")
mod:SetCreatureID(39747)
mod:SetUsedIcons(8, 7, 6, 5, 4)

Expand Down Expand Up @@ -71,7 +71,7 @@ function mod:OnCombatStart(delay)
table.wipe(beaconTargets)
self.vb.beaconIcon = 8
if self.Options.RangeFrame then
DBM.RangeCheck:Show(10)
DBM.RangeCheck:Show(12)
end
self:Schedule(24.5, savianaPhaseCatcher, self)
self:Schedule(25, savianaAirphase, self) -- Lowest 24.96
Expand Down

0 comments on commit 24a6f79

Please sign in to comment.