From fe18c279ac465e1dd3bee2027bcd249278b0ef7d Mon Sep 17 00:00:00 2001 From: "Hristos N. Triantafillou" Date: Tue, 23 Jul 2024 18:26:05 -0500 Subject: [PATCH] Add the AiWander Lua API MR to changelog, fix Lua docs typo --- CHANGELOG.md | 1 + files/data/scripts/omw/skillhandlers.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b1558c7b2..16174087a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -245,6 +245,7 @@ Feature #7860: Lua: Expose NPC AI settings (fight, alarm, flee) Feature #7875: Disable MyGUI windows snapping Feature #7914: Do not allow to move GUI windows out of screen + Feature #7916: Expose all AiWander options to Lua, extend other packages as well Feature #7923: Don't show non-existent higher ranks for factions with fewer than 9 ranks Feature #7932: Support two-channel normal maps Feature #7936: Scalable icons in Qt applications diff --git a/files/data/scripts/omw/skillhandlers.lua b/files/data/scripts/omw/skillhandlers.lua index e3ca24f9d0..26fff6e799 100644 --- a/files/data/scripts/omw/skillhandlers.lua +++ b/files/data/scripts/omw/skillhandlers.lua @@ -172,7 +172,7 @@ return { -- local oldSkillGain = params.skillGain -- params.skillGain = oldSkillGain * visibility -- end - -- end + -- end) -- interface = { --- Interface version