mirror of
https://github.com/azerothcore/mod-transmog
synced 2025-11-29 22:48:30 +08:00
Code Cleanup, More Options and a Bugfix. (#158)
This commit is contained in:
@@ -153,6 +153,14 @@ Transmogrification.TokenAmount = 1
|
||||
# Description: Allow cloth items to be transmogrified with plate for example
|
||||
# Default: 0
|
||||
#
|
||||
# Transmogrification.AllowLowerTiers
|
||||
# Description: Allows using any armor tier the player can equip (i.e. Warrior plate->cloth | Mage cloth)
|
||||
# Default: 0
|
||||
#
|
||||
# Transmogrification.AllowMixedOffhandArmorTypes
|
||||
# Description: Allow shields, offhands (i.e. lamps), and bucklers to be used interchangeably
|
||||
# Default: 0
|
||||
#
|
||||
# Transmogrification.AllowMixedWeaponTypes
|
||||
# Description: Allow axe to be transmogrified with dagger for example
|
||||
# Possible options:
|
||||
@@ -208,6 +216,8 @@ Transmogrification.AllowHeirloom = 1
|
||||
Transmogrification.AllowTradeable = 0
|
||||
|
||||
Transmogrification.AllowMixedArmorTypes = 0
|
||||
Transmogrification.AllowLowerTiers = 0
|
||||
Transmogrification.AllowMixedOffhandArmorTypes = 0
|
||||
Transmogrification.AllowMixedWeaponTypes = 0
|
||||
Transmogrification.AllowMixedWeaponHandedness = 0
|
||||
Transmogrification.AllowFishingPoles = 0
|
||||
|
||||
Reference in New Issue
Block a user