Skip to content

Commit

Permalink
v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
op200 authored Nov 26, 2024
1 parent a576355 commit 76cbc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tag-replace.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ local function do_macro(sub)
--合并
local mix_table = {}
for i = 1,math.max(#first_table,#second_table) do
local new = user_var.classmixProcess(first_table[i],second_table[i])
local new = user_var.classmixProc(first_table[i],second_table[i])
new.effect = "beretag!"..new.effect:sub(9)
table.insert(mix_table, new)
end
Expand Down

0 comments on commit 76cbc97

Please sign in to comment.