Skip to content

Commit

Permalink
SetRevision updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Apr 17, 2019
1 parent 38f9d51 commit 88d2b1a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DBM-Challenges/LegionArtifacts/DPSFelTotem.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local mod = DBM:NewMod("ArtifactFelTotem", "DBM-Challenges", 2)
local L = mod:GetLocalizedStrings()

mod:SetRevision(string.sub("@file-date-integer@", 1, -5))
mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(117230, 117484)--Tugar, Jormog
mod:SetZone()--Healer (1710), Tank (1698), DPS (1703-The God-Queen's Fury), DPS (Fel Totem Fall)
mod:SetBossHPInfoToHighest()
Expand Down
2 changes: 1 addition & 1 deletion DBM-Challenges/LegionArtifacts/DPSImpossibleFoe.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local mod = DBM:NewMod("ArtifactImpossibleFoe", "DBM-Challenges", 2)
local L = mod:GetLocalizedStrings()

mod:SetRevision(string.sub("@file-date-integer@", 1, -5))
mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(115638)
mod:SetZone()--Healer (1710), Tank (1698), DPS (1703-The God-Queen's Fury), DPS (Fel Totem Fall)
mod.soloChallenge = true
Expand Down
2 changes: 1 addition & 1 deletion DBM-Challenges/LegionArtifacts/DPSQueen.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local mod = DBM:NewMod("ArtifactQueen", "DBM-Challenges", 2)
local L = mod:GetLocalizedStrings()

mod:SetRevision(string.sub("@file-date-integer@", 1, -5))
mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(116484, 116499, 116496)--Sigryn, Jarl Velbrand, Runeseer Faljar
mod:SetEncounterID(2059)
mod:SetZone()--Healer (1710), Tank (1698), DPS (1703-The God-Queen's Fury), DPS (Fel Totem Fall)
Expand Down
2 changes: 1 addition & 1 deletion DBM-Challenges/LegionArtifacts/DPSTwins.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local mod = DBM:NewMod("ArtifactTwins", "DBM-Challenges", 2)
local L = mod:GetLocalizedStrings()

mod:SetRevision(string.sub("@file-date-integer@", 1, -5))
mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(116409, 116410)--Raest Magespear, Karam Magespear
mod:SetZone()--Healer (1710), Tank (1698), DPS (1703-The God-Queen's Fury), DPS (Fel Totem Fall)
mod:SetBossHPInfoToHighest()
Expand Down
2 changes: 1 addition & 1 deletion DBM-Challenges/LegionArtifacts/DPSXylem.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local mod = DBM:NewMod("ArtifactXylem", "DBM-Challenges", 2)
local L = mod:GetLocalizedStrings()

mod:SetRevision(string.sub("@file-date-integer@", 1, -5))
mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(115244)
mod:SetZone()--Healer (1710), Tank (1698), DPS (1703-The God-Queen's Fury), DPS (Fel Totem Fall)
mod.soloChallenge = true
Expand Down
2 changes: 1 addition & 1 deletion DBM-Challenges/LegionArtifacts/Healer.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local mod = DBM:NewMod("ArtifactHealer", "DBM-Challenges", 2)
local L = mod:GetLocalizedStrings()

mod:SetRevision(string.sub("@file-date-integer@", 1, -5))
mod:SetRevision("@file-date-integer@")
mod:SetZone()--Healer (1710), Tank (1698), DPS (1703-The God-Queen's Fury), DPS (Fel Totem Fall)

mod:RegisterEvents(
Expand Down
2 changes: 1 addition & 1 deletion DBM-Challenges/LegionArtifacts/Tank.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local mod = DBM:NewMod("Kruul", "DBM-Challenges", 2)
local L = mod:GetLocalizedStrings()

mod:SetRevision(string.sub("@file-date-integer@", 1, -5))
mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(117933, 117198)--Variss, Kruul
mod:SetZone()
mod:SetBossHPInfoToHighest()
Expand Down
2 changes: 1 addition & 1 deletion DBM-Challenges/PGWhiteTiger.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
end)
local L = mod:GetLocalizedStrings()

mod:SetRevision(string.sub("@file-date-integer@", 1, -5))
mod:SetRevision("@file-date-integer@")
mod:SetZone()
mod.noStatistics = true

Expand Down

0 comments on commit 88d2b1a

Please sign in to comment.