同步-类型数字填写错误修改
parent
ec33ae0c57
commit
46c2e74c64
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue