This commit is contained in:
aozhiwei 2024-08-29 14:19:04 +08:00
parent f4f0120da6
commit c66d5db158

View File

@ -1367,7 +1367,9 @@ void BattleDataContext::RecalcCrit()
bool BattleDataContext::HasWing()
{
#ifdef MYDEBUG
return true;
#endif
if (hero_dto) {
long long token_id = hero_dto->Get("token_id", "");
if (token_id > 6240603010001668 && token_id <= 6240603010002168) {