From a0aca0f1ffc90afc1231117a516aa75317ee0d02 Mon Sep 17 00:00:00 2001 From: andrew6180 <16847730+andrew6180@users.noreply.github.com> Date: Mon, 10 Mar 2025 13:28:39 -0700 Subject: [PATCH] Make pta skin enabled by default. Bump to 7.19 --- ElvUI/ElvUI.toc | 2 +- ElvUI/Settings/Private.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ElvUI/ElvUI.toc b/ElvUI/ElvUI.toc index e897238..37bc07f 100644 --- a/ElvUI/ElvUI.toc +++ b/ElvUI/ElvUI.toc @@ -1,6 +1,6 @@ ## Interface: 30300 ## Author: Elv, Bunny -## Version: 7.18 +## Version: 7.19 ## Title: |cff1784d1E|r|cffe5e3e3lvUI|r ## Notes: User Interface replacement AddOn for World of Warcraft. ## SavedVariables: ElvDB, ElvPrivateDB diff --git a/ElvUI/Settings/Private.lua b/ElvUI/Settings/Private.lua index 77e3590..dc4dac3 100644 --- a/ElvUI/Settings/Private.lua +++ b/ElvUI/Settings/Private.lua @@ -93,6 +93,7 @@ V.skins = { mail = true, merchant = true, misc = true, + pathtoascension = true, petition = true, pvp = true, quest = true,