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: