@@ -14,7 +14,7 @@ class LiveController extends Controller
public function actionSeat()
{
if (getenv('YII_ENV') == 'production') {
- $mainId = 33852;
+ $mainId = 50;
} else {
$mainId = 644;
}