同步-类型数字填写错误修改

master
罗家炜 2025-05-14 16:30:44 +08:00
parent ec33ae0c57
commit 46c2e74c64
1 changed files with 1 additions and 1 deletions

View File

@ -1221,7 +1221,7 @@ end
function M:_Effect(type1, player)
print("lingmeng_Effect", type1)
local eff_code = 0
if type1 == 5 or type1 == 8 or type1 == 11 then
if type1 == 5 or type1 == 8 or type1 == 12 then
eff_code = 1
elseif type1 == 2 then
eff_code = 2