From a501ee6b698b245c506c6d32e095c6343d17a5cd Mon Sep 17 00:00:00 2001 From: "Leilani A." <168607226+kaleohanopahala@users.noreply.github.com> Date: Sat, 25 Jan 2025 19:42:47 -0300 Subject: [PATCH] fix: add note in toggleCyclopediaHouseAuction on config.lua (#3282) --- config.lua.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/config.lua.dist b/config.lua.dist index b29fa2f593a..8f7422da26a 100644 --- a/config.lua.dist +++ b/config.lua.dist @@ -344,6 +344,7 @@ deathLosePercent = -1 Setting this to false may pose risks; if a house is abandoned and contains a large number of items on the floor, those items will be transferred to the player's depot instantly. • This could potentially freeze the server due to the heavy operation. It's advised to keep this setting enabled (true) to minimize risks. ]] +-- NOTE: When toggleCyclopediaHouseAuction = true, the !buyhouse commmand does not work. -- Periods: daily/weekly/monthly/yearly/never -- Base: sqm,rent,sqm+rent toggleCyclopediaHouseAuction = true