@@ -969,11 +969,13 @@ class FightProc {
$store = $userInfo->store;
$heros = $userInfo->heros;
-
+ $gates = $userInfo->gates;
+
UserProc::updateUserInfo();
$ret = array(
'store' => $store,
'heros' => $heros,
+ 'gates' => $gates,
);
return Resp::ok($ret);
}