修复了术士的bug

This commit is contained in:
waynebian01
2026-05-04 15:37:37 +08:00
parent e53bc5378d
commit 2dbf5e0f11
2 changed files with 12 additions and 13 deletions

View File

@@ -49,7 +49,7 @@ function fu.updateSpecInfo()
auras = {
["魔典:邪能破坏者"] = {
index = 25,
auraRef = fu.updateAuras.byIcon[1276467],
auraRef = fu.Auras["魔典:邪能破坏者"],
showKey = "isIcon",
},
},

View File

@@ -540,23 +540,22 @@ local auras = {
[9] = {
["魔典:邪能破坏者"] = {
remaining = 0,
duration = 120,
duration = 0,
expirationTime = nil,
isIcon = 1,
addAuras = {
[132409] = { event = e["法术冷却"] },
[1276467] = {
event = e["图标改变"],
overrideSpellID = 388215,
},
},
updateAuras = nil,
removeAuras = nil,
},
["吞噬魔法"] = {
remaining = 0,
duration = 120,
expirationTime = nil,
addAuras = {
[1276610] = { event = e["法术冷却"] },
removeAuras = {
[1276467] = {
event = e["图标改变"],
overrideSpellID = 388215,
},
},
updateAuras = nil,
removeAuras = nil,
},
},
-- 武僧