summary refs log tree commit diff
path: root/rabbit-bugfix/init.lua
diff options
context:
space:
mode:
authorRabbit Whispers <us@starfall.systems>2025-06-14 12:58:57 -0500
committerRabbit Whispers <us@starfall.systems>2025-06-14 13:08:50 -0500
commit9c55fe0f404f26de278aeed490579b042a441d9b (patch)
tree37485d3ac8dc2290be1440beb9728438250574b6 /rabbit-bugfix/init.lua
parent7380279bedc3040cc4a923395368a5de8ffa7874 (diff)
bugfix: patch Adept in hooks rather than overload
Diffstat (limited to 'rabbit-bugfix/init.lua')
-rw-r--r--rabbit-bugfix/init.lua11
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