From da36e589652f32ae735be4fa300280bf9a2dc613 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Mon, 4 Dec 2023 15:57:41 +0100 Subject: Core/Config: fixed commentary of the EnableAELoot option --- src/server/worldserver/worldserver.conf.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 28cfc6adba8..efe0b7d74e6 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -3535,7 +3535,7 @@ GameObject.CheckInvalidPosition = 0 # EnableAELoot # Description: Enables/Disables the AE loot feature. AE loot allows players to loot multiple corpses within a 30 yards radius at once. # Default: 0 - (Disabled) - 1 - (Enabled) +# 1 - (Enabled) EnableAELoot = 0 -- cgit v1.2.3