From 280cc3e1ef9de82b1a509d6ac749ac90358a692c Mon Sep 17 00:00:00 2001 From: Xurkon Date: Sat, 14 Mar 2026 06:33:59 -0500 Subject: [PATCH] docs: remove Turtle from install info, add Ascension plugin example --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af3c11b..4c968e4 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,15 @@ - `Questie-X` — WotLK (3.3.5a default) - `Questie-X-Classic` — Classic era dataset - `Questie-X-TBC` — The Burning Crusade dataset - - `Questie-X-Turtle` — Turtle WoW dataset 4. If your server lacks a world map patch, enable `Options -> Advanced -> Use WotLK map data`. +### Plugin Example + +To add custom server data (e.g. Project Ascension), install the matching plugin alongside the core: + +1. Download [Questie-Ascension](https://github.com/Xurkon/Questie-X-AscensionDB/releases) and extract it into `Interface/AddOns/Questie-Ascension`. +2. Both `Questie-X` and `Questie-Ascension` must be present — the plugin declares `Questie-X` as a dependency and will not load without it. + --- ## Plugin System