Skip to content

Commit c12d698

Browse files
committed
bump dev version
1 parent 9ccf011 commit c12d698

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

DBM-Core/DBM-Core.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ f:SetScript("OnUpdate", fCLFix)
5858
-- Globals/Default Options --
5959
-------------------------------
6060
DBM = {
61-
Revision = ("$Revision: 6010 $"):sub(12, -3),
62-
Version = "6.10",
63-
DisplayVersion = "6.10 DBM-WoWCircle by Barsoom for WoWCircle WotLK (https://github.com/Barsoomx/DBM-wowcircle)", -- the string that is shown as version
64-
ReleaseRevision = 6010 -- the revision of the latest stable version that is available (for /dbm ver2)
61+
Revision = ("$Revision: 6011 $"):sub(12, -3),
62+
Version = "6.11",
63+
DisplayVersion = "6.11 DBM-WoWCircle by Barsoom for WoWCircle WotLK (https://github.com/Barsoomx/DBM-wowcircle)", -- the string that is shown as version
64+
ReleaseRevision = 6011 -- the revision of the latest stable version that is available (for /dbm ver2)
6565
}
6666

6767
DBM_SavedOptions = {}

DBM-Icecrown/TheLowerSpire/Deathbringer.lua

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,12 @@ function mod:SPELL_SUMMON(args)
136136
SoundAdds:Play("Interface\\AddOns\\DBM-Core\\sounds\\Long.mp3")
137137
warnAddsSoon:Schedule(30)
138138
timerCallBloodBeast:Start()
139-
if self.Options.BeastIcons then
140-
if self:IsDifficulty("normal25", "heroic25") then
141-
self:ScanForMobs(args.destGUID, 0, 8, 5, 0.1, 20, "BeastIcons")
142-
else
143-
self:ScanForMobs(args.destGUID, 0, 8, 2, 0.1, 20, "BeastIcons")
144-
end
139+
end
140+
if self.Options.BeastIcons then
141+
if self:IsDifficulty("normal25", "heroic25") then
142+
self:ScanForMobs(args.destGUID, 0, 8, 5, 0.1, 20, "BeastIcons")
143+
else
144+
self:ScanForMobs(args.destGUID, 0, 8, 2, 0.1, 20, "BeastIcons")
145145
end
146146
end
147147
end

0 commit comments

Comments
 (0)