From 188ac526272e64581dbeaef2ab4629b236ad1d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Thu, 22 Oct 2020 20:34:25 +0800 Subject: =?UTF-8?q?=E4=B8=8A=E9=99=90=E5=85=88=E6=8F=90=E5=8D=87=E5=88=B0?= =?UTF-8?q?=209999?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script-beta/parser/guide.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'script-beta') diff --git a/script-beta/parser/guide.lua b/script-beta/parser/guide.lua index 7a4f643c..0b435204 100644 --- a/script-beta/parser/guide.lua +++ b/script-beta/parser/guide.lua @@ -1988,8 +1988,8 @@ function m.searchSameFields(status, simple, mode) } end local i = 0 - local see = 0 - while see <= 999 do + local max = 0 + while max <= 9999 do i = i + 1 local data = queue[i] if not data then @@ -1997,7 +1997,7 @@ function m.searchSameFields(status, simple, mode) end if not status.lock[data.obj] then status.lock[data.obj] = true - see = see + 1 + max = max + 1 status.cache.count = status.cache.count + 1 m.checkSameSimple(status, simple, data, mode, status.results, queue) end -- cgit v1.2.3