Bug - Fixed Mall searches for unavailable items aren't getting cached (anymore)

Oh, this might also be why my script broke recently.

They used to return a mall price of -1, and now they return a mall price of 0.
Which is possibly also why it's not getting cached.
 
Last edited:

Veracity

Developer
Staff member
> ash mall_price($item[Jeppson's Malort])

Searching for "Jeppson's Malort"...
Search complete.
Returned: -1

> ash mall_price($item[Jeppson's Malort])

Returned: -1
I'll slide this into my current PR, which also has to do with mall searches.

I added a new test for MallPriceManager to test this...
 
Top