mirror of
https://github.com/azerothcore/mod-transmog
synced 2025-11-29 22:48:30 +08:00
feat: Implement optional transmogs (#62)
* feat: Implement optional transmogs * logic * Enable disabling transmog * Update transmog.conf.dist * Hide the npc if transmog is off
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
#
|
||||
# SETTINGS
|
||||
#
|
||||
# Transmogrification.Enable
|
||||
# Description: Enables/Disables transmog.
|
||||
# Players won't be able to see any transmogrified item while disabled, however, database data remains intact.
|
||||
# Default: 1
|
||||
#
|
||||
# Transmogrification.EnableTransmogInfo
|
||||
# Description: Enables / Disables the info button for transmogrification
|
||||
# Default: 1
|
||||
@@ -25,6 +30,8 @@
|
||||
# Example: "25 35674 5623"
|
||||
# Default: ""
|
||||
|
||||
Transmogrification.Enable = 1
|
||||
|
||||
Transmogrification.EnableTransmogInfo = 1
|
||||
Transmogrification.TransmogNpcText = 601083
|
||||
|
||||
|
||||
Reference in New Issue
Block a user