diff options
author | Rabbit Whispers <us@starfall.systems> | 2025-06-14 09:15:19 -0500 |
---|---|---|
committer | Rabbit Whispers <us@starfall.systems> | 2025-06-14 13:08:50 -0500 |
commit | 7380279bedc3040cc4a923395368a5de8ffa7874 (patch) | |
tree | 0dc13f42fbdc820d273164c19f194d87c8ac4dc6 /rabbit-bugfix/init.lua | |
parent | 8d2cc446bf32b0f2105962def03b2a715d2c4c4c (diff) |
bugfix: Adept and talents_mastery_bonus update passives
This change by yutio888 was merged to t-engine4 master here: https://git.net-core.org/tome/t-engine4/-/commit/01ce59f64d6d6db3796f6186dbe5b67f02261174 but was never actually released in tome-1.7 Co-authored-by: yutio888 <yutio888@qq.com>
Diffstat (limited to 'rabbit-bugfix/init.lua')
-rw-r--r-- | rabbit-bugfix/init.lua | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/rabbit-bugfix/init.lua b/rabbit-bugfix/init.lua index 0732d10..2b69454 100644 --- a/rabbit-bugfix/init.lua +++ b/rabbit-bugfix/init.lua @@ -3,15 +3,13 @@ short_name = "rabbit-bugfix" for_module = "tome" addon_version = {0,0,1} version = {1,7,6} -weight = 0 +weight = 0 -- less than 10, since we need to overwrite Adept before orcs expansion patches Eye of the Tiger author = {'Rabbit Whispers'} homepage = {'starfall.systems'} -description = [[ - -]] +description = [[Compilation of bugfixes for my own personal use.]] tags = {} data = false hooks = false -overload = false -superload = false +overload = true +superload = true |