From 1f17ba67b3a2016f935b7f3775744c152777a0d8 Mon Sep 17 00:00:00 2001 From: kleo Date: Wed, 19 Nov 2025 13:30:53 +0800 Subject: [PATCH] fix guide --enable-prere option reference: https://github.com/rathena/rathena/blob/master/configure#L1360 --- guides/installing/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/installing/docker.md b/guides/installing/docker.md index d0df425..08c4b20 100644 --- a/guides/installing/docker.md +++ b/guides/installing/docker.md @@ -120,7 +120,7 @@ If you make changes to the rAthena src directory, you will need to recompile to This will start the builder container and give you access to its terminal, and from there you can run `make` commands to build like within any other VPS. Eg: ```bash -./configure --enable-packetver=20220404 --enable-pre-re --whatever-other-parameter +./configure --enable-packetver=20220404 --enable-prere --whatever-other-parameter make server ```