From 342eb6ebed53cc3d23028bd4d9a4dfca8f2c5fa6 Mon Sep 17 00:00:00 2001 From: Skjalf <47818697+Nyeriah@users.noreply.github.com> Date: Sun, 17 Sep 2023 23:46:23 -0300 Subject: [PATCH] misc: fix config (#131) --- conf/transmog.conf.dist | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/conf/transmog.conf.dist b/conf/transmog.conf.dist index c31d71a..126ae73 100644 --- a/conf/transmog.conf.dist +++ b/conf/transmog.conf.dist @@ -55,9 +55,12 @@ # Description: A list of item entries that are NOT allowed for transmogrification # Example: "25 35674 5623" # Default: "" +# +# Transmogrification.EnablePortable +# Description: Enables / Disables the portable transmogrification NPC. +# Default: 1 Transmogrification.Enable = 1 -Transmogrification.EnablePortable = 1 Transmogrification.UseCollectionSystem = 1 Transmogrification.AllowHiddenTransmog = 1 Transmogrification.TrackUnusableItems = 1 @@ -70,6 +73,8 @@ Transmogrification.TransmogNpcText = 601083 Transmogrification.Allowed = "" Transmogrification.NotAllowed = "" +Transmogrification.EnablePortable = 1 + # # COPPER COST #