diff options
author | Rabbit Whispers <us@starfall.systems> | 2025-06-20 18:19:04 -0500 |
---|---|---|
committer | Rabbit Whispers <us@starfall.systems> | 2025-06-20 18:19:04 -0500 |
commit | 8f5b826385db6dc051eeb9b17d76c22c46aa65fc (patch) | |
tree | 455e10bd67beab1981402e86b87f048d35c7cf94 /rabbit-bugfix/init.lua | |
parent | 05022082bce0d27567652f0118e27876129e4ec0 (diff) |
bugfix: rime wraith no longer disappears when target dies
Diffstat (limited to 'rabbit-bugfix/init.lua')
-rw-r--r-- | rabbit-bugfix/init.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rabbit-bugfix/init.lua b/rabbit-bugfix/init.lua index 4172d02..8b4dbcf 100644 --- a/rabbit-bugfix/init.lua +++ b/rabbit-bugfix/init.lua @@ -1,7 +1,7 @@ long_name = "Rabbit Bugfixes" short_name = "rabbit-bugfix" for_module = "tome" -addon_version = {0,0,1} +addon_version = {0,1,0} version = {1,7,6} weight = 0 author = {'Rabbit Whispers'} @@ -9,6 +9,7 @@ homepage = {'starfall.systems'} description = [[Rabbit Whispers' bugfix collection: - Adept and talents_mastery_bonus items now update passives (h/t yutio888) +- Rime Wraith jumps when target is killed ]] tags = {} |