card order

This commit is contained in:
CHIEFSOFT\ameye
2024-09-27 23:50:26 -04:00
parent 8f27c2e3b9
commit 4bcf9db96e
+1 -1
View File
@@ -119,8 +119,8 @@ long WrenchHomeBanners(CVars in, CVars &out) {
if(itm_count < 3){
if( RecoReferAFreind( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; }
if( RecoLearnMore( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; }
if( RecoReferAFreind( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; }
if( RecoCheckBlog( itm_count, in, out ) != PHP_API_BAD_PARAM ) { itm_count++; }
}