Core/AuctionHouse: Set default AllowTwoSide.Interaction.Auction to enabled
Port From (https://github.com/TrinityCore/TrinityCore/commit/2c1c04a8f643d61bf29185f96d16fe4614e8e3ce)
This commit is contained in:
@@ -312,7 +312,7 @@ namespace Game
|
||||
Values[WorldCfg.AllowTwoSideInteractionChannel] = GetDefaultValue("AllowTwoSide.Interaction.Channel", false);
|
||||
Values[WorldCfg.AllowTwoSideInteractionGroup] = GetDefaultValue("AllowTwoSide.Interaction.Group", false);
|
||||
Values[WorldCfg.AllowTwoSideInteractionGuild] = GetDefaultValue("AllowTwoSide.Interaction.Guild", false);
|
||||
Values[WorldCfg.AllowTwoSideInteractionAuction] = GetDefaultValue("AllowTwoSide.Interaction.Auction", false);
|
||||
Values[WorldCfg.AllowTwoSideInteractionAuction] = GetDefaultValue("AllowTwoSide.Interaction.Auction", true);
|
||||
Values[WorldCfg.AllowTwoSideTrade] = GetDefaultValue("AllowTwoSide.Trade", false);
|
||||
Values[WorldCfg.StrictPlayerNames] = GetDefaultValue("StrictPlayerNames", 0);
|
||||
Values[WorldCfg.StrictCharterNames] = GetDefaultValue("StrictCharterNames", 0);
|
||||
|
||||
Reference in New Issue
Block a user