From b8d2d5a9ea56ef328bcbf3c589b874d3b99fbeb7 Mon Sep 17 00:00:00 2001 From: Xurkon <36556990+Xurkon@users.noreply.github.com> Date: Sat, 21 Feb 2026 00:06:15 -0600 Subject: [PATCH] docs: remove self-learning section, update version to 9.7.6 --- docs/index.html | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/index.html b/docs/index.html index 87b23e0..98fb623 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@

Developer documentation for Project Ascension & Project Ebonhold compatibility layers and core engine refinements.

- Version: v9.7.5 + Version: v9.7.6 Branch: feature/ebonhold-compat View @@ -198,7 +198,8 @@

2. Injection Methodology

The system hooks into QuestieDB:Initialize(). Instead of modifying QuestieDB.questData directly, it populates the override tables which are checked during - quest retrieval.

+ quest retrieval. +

-- EbonholdLoader.lua snippet
 local function InjectOverrides()
     for id, data in pairs(EbonholdDB.questData) do
@@ -228,7 +229,7 @@ end

Quest Icon Persistence Fix

Custom server quests often use auto-complete triggers which can bypass Questie's standard cleanup events. - We implemented a two-tier cleanup strategy:

+ I implemented a two-tier cleanup strategy: