Skip to content

Commit

Permalink
#671 Add Torghast to Scenario Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyLuke committed Dec 3, 2020
1 parent 4c24b44 commit 512b0bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GSE/API/Events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,13 @@ function GSE:ZONE_CHANGED_NEW_AREA()
else
GSE.inArena = false
end
if type == "scenario" then
if type == "scenario" or difficulty == 167 or difficulty == 152 then
GSE.inScenario = true
else
GSE.inScenario = false
end


GSE.PrintDebugMessage("PVP: " .. tostring(GSE.PVPFlag) .. " inMythic: " .. tostring(GSE.inMythic) .. " inRaid: " ..
tostring(GSE.inRaid) .. " inDungeon " .. tostring(GSE.inDungeon) .. " inHeroic " ..
tostring(GSE.inHeroic) .. " inArena " .. tostring(GSE.inArena) .. " inTimeWalking " ..
Expand Down

0 comments on commit 512b0bb

Please sign in to comment.