|
@@ -128,7 +128,7 @@ class FightProc {
|
|
|
* @return type
|
|
|
*/
|
|
|
public static function Settle() {
|
|
|
- list($resultType, $gateId,$gold,$exp,$curTs) = req()->paras;
|
|
|
+ list($resultType, $gateId,$gold,$curTs) = req()->paras;
|
|
|
|
|
|
$gateMo = GameConfig::gate_getItem($gateId);
|
|
|
my_Assert($gateMo!=null, ErrCode::err_const_no);
|
|
@@ -158,7 +158,7 @@ class FightProc {
|
|
|
}
|
|
|
|
|
|
ctx()->baseInfo->Add_Gold($gold);
|
|
|
- ctx()->baseInfo->Add_Exp($exp);
|
|
|
+ //ctx()->baseInfo->Add_Exp($exp);
|
|
|
|
|
|
|
|
|
UserProc::updateUserInfo();
|