mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Pages/Item
* fixed fractional buy price for items sold in stacks in infobox (fixes #362) * fixed filter criteria enums being generally invalid
This commit is contained in:
@@ -1254,7 +1254,7 @@ abstract class Filter
|
||||
$unsetme = true;
|
||||
break;
|
||||
case FILTER_CR_ENUM:
|
||||
if (!Util::checkNumeric($_crs[$i], NUM_REQ_INT))
|
||||
if (!Util::checkNumeric($_crs[$i], NUM_CAST_INT))
|
||||
$unsetme = true;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user