cyzhao 3 years ago
parent
commit
358592d0af
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Gameserver/Amfphp/process/UserProc.php

+ 2 - 0
Gameserver/Amfphp/process/UserProc.php

@@ -351,6 +351,8 @@ class UserProc {
             $resp = Resp::ok($userInfo);                                        # 设置返回值
             self::backupUserInfo();                                             # 数据回写
 
+            $college = new Info_College();
+            $college->initTaskCard();
             AuctionProc::TriggerSettlement();                                   #结算流拍信息
             self::updtateUserZoneInfo();                                        # 1. 更新玩家分区记录
         }