Browse Source

bug修改

zzj 6 years ago
parent
commit
9bb99dd426
1 changed files with 2 additions and 0 deletions
  1. 2 0
      area_business.cpp

+ 2 - 0
area_business.cpp

@@ -52,6 +52,8 @@ struct area_business_factory
 			if((business_type&1)==0)
 				continue;
 
+			business_type >>= 1;
+
 			check_list.push_back(m_check_list[i].get());
 		}