From db0b276f4313d04c587ede0891ef481580730cc1 Mon Sep 17 00:00:00 2001 From: bash Date: Fri, 8 May 2026 10:53:19 +0200 Subject: [PATCH] docs: Document PreloadAllNonInstancedMapGrids=1 as required worldserver setting --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1b5205168..aaa5f746f 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,16 @@ Then build the server following the platform-specific instructions in our **[Ins > **Testing branch:** A `test-staging` branch is available with the latest features and fixes before they are merged into `master`. To use it, clone with `--branch=test-staging` instead. Note that this branch may contain unstable or breaking changes — use it at your own risk and only if you are comfortable troubleshooting issues. +### Required server configuration + +In `worldserver.conf` (AzerothCore core config), set: + +```ini +PreloadAllNonInstancedMapGrids = 1 +``` + +This is required for `mod-playerbots`. + ### Detailed Guides | Guide | Description |