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