|
@@ -507,7 +507,7 @@ class StoreProc {
|
|
$ins_equip = new Ins_Equip($equipDic->$uid);
|
|
$ins_equip = new Ins_Equip($equipDic->$uid);
|
|
$posId = $ins_equip->mo()->position;
|
|
$posId = $ins_equip->mo()->position;
|
|
ctx()->store(true)->equipLocation->$posId = $uid;
|
|
ctx()->store(true)->equipLocation->$posId = $uid;
|
|
-
|
|
|
|
|
|
+ FightProc::Ranking_FightPower();
|
|
UserProc::updateUserInfo();
|
|
UserProc::updateUserInfo();
|
|
return Resp::ok(array());
|
|
return Resp::ok(array());
|
|
}
|
|
}
|
|
@@ -525,6 +525,7 @@ class StoreProc {
|
|
$posId = $ins_equip->mo()->position;
|
|
$posId = $ins_equip->mo()->position;
|
|
StlUtil::dictRemove(ctx()->store(true)->equipLocation, $posId);
|
|
StlUtil::dictRemove(ctx()->store(true)->equipLocation, $posId);
|
|
|
|
|
|
|
|
+ FightProc::Ranking_FightPower();
|
|
UserProc::updateUserInfo();
|
|
UserProc::updateUserInfo();
|
|
return Resp::ok(array());
|
|
return Resp::ok(array());
|
|
}
|
|
}
|
|
@@ -580,6 +581,7 @@ class StoreProc {
|
|
$xilianStoneNum = ctx()->store->items->$xilianStoneId;
|
|
$xilianStoneNum = ctx()->store->items->$xilianStoneId;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ FightProc::Ranking_FightPower();
|
|
UserProc::updateUserInfo();
|
|
UserProc::updateUserInfo();
|
|
return Resp::ok(array(
|
|
return Resp::ok(array(
|
|
'xilianStoneId' => $xilianStoneId,
|
|
'xilianStoneId' => $xilianStoneId,
|