feat(Core/Game): Add option to disable trading BoP items among raid members (#4895)

This commit is contained in:
UltraNix
2021-03-24 22:19:58 +01:00
committed by GitHub
parent 47fad16967
commit 0e8cb3e4b2
4 changed files with 12 additions and 1 deletions

View File

@@ -3633,6 +3633,14 @@ LFG.Location.All = 0
ICC.Buff.Horde = 73822
ICC.Buff.Alliance = 73828
#
# Item.SetItemTradeable
# Description: Enabled/Disabled trading BoP items among raid members.
# Default: 1 - (Set BoP items tradeable timer to 2 hours)
# 0 - (Disable trading BoP items among raid members)
Item.SetItemTradeable = 1
#
###################################################################################################