1
This commit is contained in:
parent
f4f0120da6
commit
c66d5db158
@ -1367,7 +1367,9 @@ void BattleDataContext::RecalcCrit()
|
|||||||
|
|
||||||
bool BattleDataContext::HasWing()
|
bool BattleDataContext::HasWing()
|
||||||
{
|
{
|
||||||
|
#ifdef MYDEBUG
|
||||||
return true;
|
return true;
|
||||||
|
#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 > 6240603010001668 && token_id <= 6240603010002168) {
|
if (token_id > 6240603010001668 && token_id <= 6240603010002168) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user