mirror of
https://github.com/azerothcore/mod-transmog
synced 2025-11-29 22:48:30 +08:00
feat: enable specific quality item based on transmog plus subscription (#139)
This commit is contained in:
@@ -256,5 +256,21 @@ Transmogrification.SetNpcText = 601084
|
||||
Transmogrification.SetCostModifier = 3.0
|
||||
Transmogrification.SetCopperCost = 0
|
||||
|
||||
#
|
||||
# TRANSMOG PLUS
|
||||
#
|
||||
# Transmogrification.EnablePlus
|
||||
# Description: Enables/Disables TransmogPlus.
|
||||
# Default: 0
|
||||
#
|
||||
# Transmogrification.MembershipLevels
|
||||
# Description: Membership levels ID from acore_cms_subscriptions.
|
||||
# Example: Transmogrification.MembershipLevels = "1,2,3"
|
||||
# Default: ""
|
||||
#
|
||||
|
||||
Transmogrification.EnablePlus = 0
|
||||
Transmogrification.MembershipLevels = ""
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
Reference in New Issue
Block a user