docs: remove Turtle from install info, add Ascension plugin example

This commit is contained in:
Xurkon
2026-03-14 06:33:59 -05:00
parent 29edeceedb
commit 280cc3e1ef
+7 -1
View File
@@ -30,9 +30,15 @@
- `Questie-X` — WotLK (3.3.5a default) - `Questie-X` — WotLK (3.3.5a default)
- `Questie-X-Classic` — Classic era dataset - `Questie-X-Classic` — Classic era dataset
- `Questie-X-TBC` — The Burning Crusade 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`. 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 ## Plugin System