1
This commit is contained in:
parent
e4538c7ef6
commit
954964e4dd
@ -214,7 +214,7 @@ class Hero extends BaseModel {
|
||||
);
|
||||
$dto['is_avatar'] = 0;
|
||||
if (SERVER_ENV == _ONLINE) {
|
||||
if ($dto['token_id'] > 66240603010001668 && $dto['token_id'] <= 6240603010002168){
|
||||
if ($dto['token_id'] > 6240603010001668 && $dto['token_id'] <= 6240603010002168){
|
||||
$dto['is_avatar'] = 1;
|
||||
}
|
||||
}else{
|
||||
@ -315,7 +315,7 @@ class Hero extends BaseModel {
|
||||
// $dto['nft_address'] = $nft_address;
|
||||
$dto['is_avatar'] = 0;
|
||||
if (SERVER_ENV == _ONLINE) {
|
||||
if ($dto['token_id'] > 66240603010001668 && $dto['token_id'] <= 6240603010002168){
|
||||
if ($dto['token_id'] > 6240603010001668 && $dto['token_id'] <= 6240603010002168){
|
||||
$dto['is_avatar'] = 1;
|
||||
}
|
||||
}else{
|
||||
|
@ -290,6 +290,11 @@ class RoomBattleDataService extends BaseService {
|
||||
'ID' => 'Box',
|
||||
'SUB_ID' => 'drop',
|
||||
'SUB_KEY' => 'drop_box',
|
||||
'before' =>array(
|
||||
'rnd' => $rnd,
|
||||
'rate' => $rate,
|
||||
'rewardMeta' => $rewardMeta,
|
||||
),
|
||||
'result' => $chestItems,
|
||||
);
|
||||
LogService::burialPointEvent($event);
|
||||
|
Loading…
x
Reference in New Issue
Block a user