mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
feat(Core/Game): Add option to disable trading BoP items among raid members (#4895)
This commit is contained in:
@@ -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
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user