Commit 228ee5f6 authored by Trishula9's avatar Trishula9 Committed by GitHub

fix c62941499.lua (#1709)

parent a42198b5
...@@ -32,7 +32,7 @@ function c62941499.desfilter(c) ...@@ -32,7 +32,7 @@ function c62941499.desfilter(c)
end end
function c62941499.seqfilter(c,seq) function c62941499.seqfilter(c,seq)
local loc=LOCATION_MZONE local loc=LOCATION_MZONE
if seq>8 then if seq>=8 then
loc=LOCATION_SZONE loc=LOCATION_SZONE
seq=seq-8 seq=seq-8
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment