diff --git a/webapp/controller/OutAppNftController.class.php b/webapp/controller/OutAppNftController.class.php index dd0e202a..72ef94cc 100644 --- a/webapp/controller/OutAppNftController.class.php +++ b/webapp/controller/OutAppNftController.class.php @@ -180,6 +180,10 @@ class OutAppNftController extends BaseController { $heroDb['hero_id'].'_'.$this->getRealHeroQuality($heroDb).".gif"; $info['animation_url'] = "https://res.counterfire.games/nft/video/". $heroDb['hero_id'].'_'.$this->getRealHeroQuality($heroDb).".mp4"; + if ($info['token_id'] > 6240603010001668 && $info['token_id'] <= 6240603010002168){ + $info['animation_url'] = "https://res.counterfire.games/nft/video/wing/". + $heroDb['hero_id'].'_w'.$this->getRealHeroQuality($heroDb).".mp4"; + } array_push($info['attributes'],array( "trait_type" => "Tier", "value" => intval($this->getRealHeroQuality($heroDb)),