From 4b69717a05a9453637c0f1ba38614f7b871c4d8d Mon Sep 17 00:00:00 2001 From: Sven Bledt Date: Mon, 18 Sep 2023 04:41:53 +0200 Subject: [PATCH] fix(config): Missing entry (#130) --- conf/transmog.conf.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/transmog.conf.dist b/conf/transmog.conf.dist index cacf094..c31d71a 100644 --- a/conf/transmog.conf.dist +++ b/conf/transmog.conf.dist @@ -57,6 +57,7 @@ # Default: "" Transmogrification.Enable = 1 +Transmogrification.EnablePortable = 1 Transmogrification.UseCollectionSystem = 1 Transmogrification.AllowHiddenTransmog = 1 Transmogrification.TrackUnusableItems = 1