From cabd60f5c804bcea738960e6ab67574e4e71a16a Mon Sep 17 00:00:00 2001 From: Tercio Date: Sat, 24 Mar 2018 09:32:03 -0300 Subject: [PATCH] - Forgot to disable debug on mythic dungeons. --- functions/dungeon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/dungeon.lua b/functions/dungeon.lua index a0ab4805..c2d8e01c 100644 --- a/functions/dungeon.lua +++ b/functions/dungeon.lua @@ -7,7 +7,7 @@ --local pointer to details object local Details = _G._detalhes local debugmode = false -local verbosemode = true +local verbosemode = false --constants local CONST_USE_PLAYER_EDPS = false