diff options
author | Rabbit Whispers <us@starfall.systems> | 2025-06-14 12:58:57 -0500 |
---|---|---|
committer | Rabbit Whispers <us@starfall.systems> | 2025-06-14 13:08:50 -0500 |
commit | 9c55fe0f404f26de278aeed490579b042a441d9b (patch) | |
tree | 37485d3ac8dc2290be1440beb9728438250574b6 /rabbit-bugfix/init.lua | |
parent | 7380279bedc3040cc4a923395368a5de8ffa7874 (diff) |
bugfix: patch Adept in hooks rather than overload
Diffstat (limited to 'rabbit-bugfix/init.lua')
-rw-r--r-- | rabbit-bugfix/init.lua | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/rabbit-bugfix/init.lua b/rabbit-bugfix/init.lua index 2b69454..4172d02 100644 --- a/rabbit-bugfix/init.lua +++ b/rabbit-bugfix/init.lua @@ -3,13 +3,16 @@ short_name = "rabbit-bugfix" for_module = "tome" addon_version = {0,0,1} version = {1,7,6} -weight = 0 -- less than 10, since we need to overwrite Adept before orcs expansion patches Eye of the Tiger +weight = 0 author = {'Rabbit Whispers'} homepage = {'starfall.systems'} -description = [[Compilation of bugfixes for my own personal use.]] +description = [[Rabbit Whispers' bugfix collection: + +- Adept and talents_mastery_bonus items now update passives (h/t yutio888) +]] tags = {} data = false -hooks = false -overload = true +hooks = true +overload = false superload = true |