page cards

This commit is contained in:
CHIEFSOFT\ameye
2024-09-21 17:16:59 -04:00
parent d54c929bdd
commit 659109624c
2 changed files with 2 additions and 1 deletions
@@ -91,6 +91,7 @@ long WrenchHomeBanners(CVars in, CVars &out) {
long member_id = REQ_LONG(in, "member_id", 1, -1);
int itm_count= 0;
if( RecoCheckOffers( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; }
if( RecoCheckActiveTask( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; }
if( RecoStartMarketCardUS( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; }
if( RecoStartMarketCard( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; }
if( RecoPendingInterestCount( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; }