From 2bcda8c6adefa0c063cb8da1973961cf2bbb2d51 Mon Sep 17 00:00:00 2001 From: liantian-cn Date: Mon, 10 Aug 2026 23:18:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=BB=E4=BA=A1=E9=AA=91=E5=A3=AB=E8=A1=80?= =?UTF-8?q?=E5=A4=A9=E8=B5=8B=E6=96=B0=E5=A2=9E=E6=8A=80=E8=83=BD=E3=80=8C?= =?UTF-8?q?=E6=AD=BB=E7=A5=9E=E7=9A=84=E6=8A=9A=E6=91=A9=E3=80=8D=E5=8F=8A?= =?UTF-8?q?=E5=AE=8F=E6=9D=A1=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- Fuyutsui/class/DeathKnight.lua | 5 +++-- Fuyutsui/core/classmacros.lua | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Fuyutsui/class/DeathKnight.lua b/Fuyutsui/class/DeathKnight.lua index c1d62624..abd55642 100644 --- a/Fuyutsui/class/DeathKnight.lua +++ b/Fuyutsui/class/DeathKnight.lua @@ -61,6 +61,7 @@ Fuyutsui.ClassBlocks = { { spellId = 221562, name = "窒息" }, { spellId = 207167, name = "致盲冰雨" }, { spellId = 47528, name = "心灵冰冻" }, + { spellId = 195292, name = "死神的抚摩" }, { spellId = 439843, name = "死神印记" }, { spellId = 46585, name = "亡者复生" }, { spellId = 55233, name = "吸血鬼之血" }, @@ -69,7 +70,7 @@ Fuyutsui.ClassBlocks = { { spellId = 108199, name = "血魔之握" }, { spellId = 1263569, name = "憎恶附肢" }, { spellId = 1263824, name = "吞噬" }, - { spellId = 50842, name = "血沸", charge = true, maxCharge = 2 }, + { spellId = 50842, name = "血液沸腾", charge = true, maxCharge = 2 }, { spellId = 43265, name = "枯萎凋零", charge = true, maxCharge = 2 }, }, }, @@ -274,7 +275,7 @@ Fuyutsui.spellsList = { [42650] = { index = 4, name = "亡者大军" }, [206930] = { index = 5, name = "心脏打击" }, [43265] = { index = 6, name = "枯萎凋零" }, - [195292] = { index = 7, name = "死神的抚摸" }, + [195292] = { index = 7, name = "死神的抚摩" }, [49998] = { index = 8, name = "灵界打击" }, [49028] = { index = 9, name = "符文刃舞" }, [195182] = { index = 10, name = "精髓分裂" }, diff --git a/Fuyutsui/core/classmacros.lua b/Fuyutsui/core/classmacros.lua index e8232bb2..9d8ec714 100644 --- a/Fuyutsui/core/classmacros.lua +++ b/Fuyutsui/core/classmacros.lua @@ -277,7 +277,6 @@ Fuyutsui.ClassMacros = { "灵界打击", "心脏打击", "[@player]枯萎凋零", - "死神的抚摸", "符文刃舞", "精髓分裂", "血液沸腾", @@ -288,7 +287,7 @@ Fuyutsui.ClassMacros = { "[@focus]窒息", "[@target]心灵冰冻", "[@focus]心灵冰冻", - "死神印记", + "死神的抚摩", "致盲冰雨", "血魔之握", "憎恶附肢",