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:
Axel Cocat
2024-03-19 21:30:06 +01:00
committed by GitHub
parent f984be398f
commit e70c5da3da
4 changed files with 12 additions and 7 deletions

View File

@@ -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
#
###################################################################################################