Browse Source

fixed: 领取邮件不存

王刚 3 years ago
parent
commit
51a0d5da2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gameserver/Amfphp/process/EmailProc.php

+ 1 - 1
Gameserver/Amfphp/process/EmailProc.php

@@ -156,7 +156,7 @@ class EmailProc {
             TaskProc::OnDrawSysMail($mail->sender_uid);
         }
         self::logMailDrawed(array($mailId), $uid, $zoneid);                     # 更新数据库中邮件的领取记录
-//        UserProc::updateUserInfo();
+        UserProc::updateUserInfo();
         return Resp::ok(array(#                                                 # 同步数据
                     'store' => ctx()->store,
                     'hero' => ctx()->heros,