This commit is contained in:
aozhiwei 2024-07-09 15:43:28 +08:00
parent 2801ed1805
commit b568fe136b

View File

@ -1364,7 +1364,7 @@ bool BattleDataContext::HasWing()
#endif
if (hero_dto) {
long long token_id = hero_dto->Get("token_id", "");
if (token_id > 66240603010001668 && token_id <= 6240603010002168) {
if (token_id > 6240603010001668 && token_id <= 6240603010002168) {
return true;
}
if (token_id == 6240603010001523) {