From 9c55fe0f404f26de278aeed490579b042a441d9b Mon Sep 17 00:00:00 2001 From: Rabbit Whispers Date: Sat, 14 Jun 2025 12:58:57 -0500 Subject: bugfix: patch Adept in hooks rather than overload --- rabbit-bugfix/init.lua | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'rabbit-bugfix/init.lua') 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 -- cgit