1
This commit is contained in:
parent
2801ed1805
commit
b568fe136b
@ -1364,7 +1364,7 @@ bool BattleDataContext::HasWing()
|
|||||||
#endif
|
#endif
|
||||||
if (hero_dto) {
|
if (hero_dto) {
|
||||||
long long token_id = hero_dto->Get("token_id", "");
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
if (token_id == 6240603010001523) {
|
if (token_id == 6240603010001523) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user