|
@@ -245,6 +245,8 @@ class StoreProc {
|
|
|
TaskProc::OnAllEquipUpLevel_X();
|
|
|
TaskProc::OnEquipLevelUpNum();
|
|
|
ctx($user);
|
|
|
+
|
|
|
+ FightProc::Ranking_FightPower();
|
|
|
UserProc::updateUserInfo();
|
|
|
return Resp::ok(array(
|
|
|
'upLevelArr' => $upLevelArr,
|
|
@@ -557,6 +559,8 @@ class StoreProc {
|
|
|
$user->store->gemEquip->$pag->$posId = $dic;
|
|
|
|
|
|
TaskProc::OnSetSpecialQualGem();
|
|
|
+
|
|
|
+ FightProc::Ranking_FightPower();
|
|
|
ctx($user);
|
|
|
UserProc::updateUserInfo();
|
|
|
return Resp::ok(array(
|
|
@@ -597,6 +601,8 @@ class StoreProc {
|
|
|
//$user->store->gemStore->$uid = $tag_gem;
|
|
|
}
|
|
|
ctx($user);
|
|
|
+
|
|
|
+ FightProc::Ranking_FightPower();
|
|
|
UserProc::updateUserInfo();
|
|
|
return Resp::ok(array(
|
|
|
'gold' => 0,
|
|
@@ -629,6 +635,8 @@ class StoreProc {
|
|
|
TaskProc::OnAnyEquipUpLevel_X();
|
|
|
TaskProc::OnAllEquipUpLevel_X();
|
|
|
TaskProc::OnEquipLevelUpNum();
|
|
|
+
|
|
|
+ FightProc::Ranking_FightPower();
|
|
|
ctx($user);
|
|
|
UserProc::updateUserInfo();
|
|
|
return Resp::ok(array(
|
|
@@ -684,6 +692,8 @@ class StoreProc {
|
|
|
TaskProc::OnAnyEquipUpLevel_X();
|
|
|
TaskProc::OnAllEquipUpLevel_X();
|
|
|
TaskProc::OnEquipLevelUpNum();
|
|
|
+
|
|
|
+ FightProc::Ranking_FightPower();
|
|
|
ctx($user);
|
|
|
UserProc::updateUserInfo();
|
|
|
return Resp::ok(array(
|