Skip to content

Commit

Permalink
Purge all unnesseary SetZone calls
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Aug 6, 2020
1 parent 0139751 commit 64330ad
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion DBM-Challenges/BfA/NzothVisionOrgrimmar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
local L = mod:GetLocalizedStrings()

mod:SetRevision("@file-date-integer@")
mod:SetZone()
mod.onlyNormal = true

mod:RegisterCombat("scenario", 2212)--2212, 2213 (org, stormwind)
Expand Down
1 change: 0 additions & 1 deletion DBM-Challenges/BfA/NzothVisionStormwind.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
local L = mod:GetLocalizedStrings()

mod:SetRevision("@file-date-integer@")
mod:SetZone()
mod.onlyNormal = true

mod:RegisterCombat("scenario", 2213)--2212, 2213 (org, stormwind)
Expand Down
1 change: 0 additions & 1 deletion DBM-Challenges/Legion/Tank.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ local L = mod:GetLocalizedStrings()

mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(117933, 117198)--Variss, Kruul
mod:SetZone()
mod:SetBossHPInfoToHighest()
mod.soloChallenge = true
mod.onlyNormal = true
Expand Down
1 change: 0 additions & 1 deletion DBM-Challenges/MoP/PGWhiteTiger.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ end)
local L = mod:GetLocalizedStrings()

mod:SetRevision("@file-date-integer@")
mod:SetZone()
mod.noStatistics = true

--mod:RegisterCombat("scenario", 1148)
Expand Down
1 change: 0 additions & 1 deletion DBM-Challenges/Shadowlands/Torghast.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ local mod = DBM:NewMod("d1963", "DBM-Challenges", 1)
local L = mod:GetLocalizedStrings()

mod:SetRevision("@file-date-integer@")
mod:SetZone()
mod.onlyNormal = true

mod:RegisterCombat("scenario", 2162)
Expand Down

0 comments on commit 64330ad

Please sign in to comment.