mirror of
https://github.com/azerothcore/mod-transmog
synced 2025-11-29 22:48:30 +08:00
misc: fix config (#131)
This commit is contained in:
@@ -55,9 +55,12 @@
|
|||||||
# Description: A list of item entries that are NOT allowed for transmogrification
|
# Description: A list of item entries that are NOT allowed for transmogrification
|
||||||
# Example: "25 35674 5623"
|
# Example: "25 35674 5623"
|
||||||
# Default: ""
|
# Default: ""
|
||||||
|
#
|
||||||
|
# Transmogrification.EnablePortable
|
||||||
|
# Description: Enables / Disables the portable transmogrification NPC.
|
||||||
|
# Default: 1
|
||||||
|
|
||||||
Transmogrification.Enable = 1
|
Transmogrification.Enable = 1
|
||||||
Transmogrification.EnablePortable = 1
|
|
||||||
Transmogrification.UseCollectionSystem = 1
|
Transmogrification.UseCollectionSystem = 1
|
||||||
Transmogrification.AllowHiddenTransmog = 1
|
Transmogrification.AllowHiddenTransmog = 1
|
||||||
Transmogrification.TrackUnusableItems = 1
|
Transmogrification.TrackUnusableItems = 1
|
||||||
@@ -70,6 +73,8 @@ Transmogrification.TransmogNpcText = 601083
|
|||||||
Transmogrification.Allowed = ""
|
Transmogrification.Allowed = ""
|
||||||
Transmogrification.NotAllowed = ""
|
Transmogrification.NotAllowed = ""
|
||||||
|
|
||||||
|
Transmogrification.EnablePortable = 1
|
||||||
|
|
||||||
#
|
#
|
||||||
# COPPER COST
|
# COPPER COST
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user