From 7a959b7a25824b7a376ff848455d9aaeb34b57b6 Mon Sep 17 00:00:00 2001 From: gbrage Date: Sun, 23 Jan 2022 16:21:27 +0100 Subject: [PATCH] -- Until Runaway is back? --- AllTheThings.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AllTheThings.lua b/AllTheThings.lua index 0e54d1ccc9..4302ebf3aa 100644 --- a/AllTheThings.lua +++ b/AllTheThings.lua @@ -20752,8 +20752,8 @@ app.Startup = function() app:RegisterEvent("TRANSMOG_COLLECTION_SOURCE_REMOVED"); app:RegisterEvent("PET_BATTLE_OPENING_START") app:RegisterEvent("PET_BATTLE_CLOSE") - app:RegisterEvent("VIGNETTE_MINIMAP_UPDATED") - app:RegisterEvent("VIGNETTES_UPDATED") + --app:RegisterEvent("VIGNETTE_MINIMAP_UPDATED") + --app:RegisterEvent("VIGNETTES_UPDATED") StartCoroutine("InitDataCoroutine", app.InitDataCoroutine); end