Skip to content

Commit

Permalink
Update IsleOfConquest.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
QartemisT authored Jul 6, 2023
1 parent 5faaec5 commit d7d64cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DBM-PvP/Battlegrounds/IsleOfConquest.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
local wowTOC = DBM:GetTOC()
if WOW_PROJECT_ID ~= (WOW_PROJECT_MAINLINE or 1) or (WOW_PROJECT_ID == 5 and wowTOC >= 30000) then -- Added in WotLK
if WOW_PROJECT_ID == (WOW_PROJECT_CLASSIC or 2) then -- Added in WotLK
return
end
local mod = DBM:NewMod("z628", "DBM-PvP")
Expand Down

0 comments on commit d7d64cb

Please sign in to comment.