mirror of
https://github.com/azerothcore/mod-transmog
synced 2025-11-29 22:48:30 +08:00
feat: move SPELL_SUMMON_ETHEREAL_WARPWEAVER to config field (#144)
* feat: move SPELL_SUMMON_ETHEREAL_WARPWEAVER to config field * style: move GetOption to be more in line with the .conf.dist order
This commit is contained in:
@@ -278,11 +278,17 @@ Transmogrification.SetCopperCost = 0
|
||||
# Example: Transmogrification.MembershipLevelsPet = "1,2,3"
|
||||
# Default: ""
|
||||
#
|
||||
# Transmogrification.PetSpellId
|
||||
# Description: The ID used by the transmog pet in the spell_dbc table
|
||||
# Example: Transmogrification.PetSpellId = 2000100
|
||||
# Default: 2000100
|
||||
#
|
||||
|
||||
Transmogrification.EnablePlus = 0
|
||||
Transmogrification.MembershipLevels = ""
|
||||
Transmogrification.MembershipLevelsLegendary = ""
|
||||
Transmogrification.MembershipLevelsPet = ""
|
||||
Transmogrification.PetSpellId = 2000100
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
Reference in New Issue
Block a user