From 8ba0b7a4b2418fd71d4aaa8ecbabec8fb2059afc Mon Sep 17 00:00:00 2001 From: NoxMax <50133316+NoxMax@users.noreply.github.com> Date: Tue, 29 Apr 2025 06:41:10 -0600 Subject: [PATCH] fix(Core/worldserver.conf) Clarification for AllowTwoSide.Interaction.Auction (#22013) --- src/server/apps/worldserver/worldserver.conf.dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/server/apps/worldserver/worldserver.conf.dist b/src/server/apps/worldserver/worldserver.conf.dist index c21cbf667..47d8841e5 100644 --- a/src/server/apps/worldserver/worldserver.conf.dist +++ b/src/server/apps/worldserver/worldserver.conf.dist @@ -4207,7 +4207,8 @@ AllowTwoSide.Interaction.Arena = 0 # # AllowTwoSide.Interaction.Auction -# Description: Allow auctions between factions. +# Description: Allow auctions between factions. This flags all auction houses as Neutral, +# and would also take a Neutral auction house cut from auctions. # Default: 0 - (Disabled) # 1 - (Enabled)