Merge pull request #5910 from raiyni/search-limit
Don't limit bank search and title explicitly to 15 characters
This commit is contained in:
@@ -12,7 +12,8 @@
|
|||||||
if_icmpeq LABEL8
|
if_icmpeq LABEL8
|
||||||
jump LABEL34
|
jump LABEL34
|
||||||
LABEL8:
|
LABEL8:
|
||||||
invoke 280
|
get_varc_string 22 ; Skip truncating of varcstr 22 by not calling 280
|
||||||
|
tolowercase ; instead get the var directly and lowercase it
|
||||||
sstore 1
|
sstore 1
|
||||||
sload 1
|
sload 1
|
||||||
string_length
|
string_length
|
||||||
|
|||||||
@@ -640,7 +640,8 @@ LABEL587:
|
|||||||
if_icmpeq LABEL591
|
if_icmpeq LABEL591
|
||||||
jump LABEL632
|
jump LABEL632
|
||||||
LABEL591:
|
LABEL591:
|
||||||
invoke 280
|
get_varc_string 22 ; Skip truncating of varcstr 22 by not calling 280
|
||||||
|
tolowercase ; instead get the var directly and lowercase it
|
||||||
sstore 0
|
sstore 0
|
||||||
sload 0
|
sload 0
|
||||||
string_length
|
string_length
|
||||||
|
|||||||
Reference in New Issue
Block a user