- Forgot to disable debug on mythic dungeons.

This commit is contained in:
Tercio
2018-03-24 09:32:03 -03:00
parent 66e4561a0c
commit cabd60f5c8
+1 -1
View File
@@ -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