Browse Source

删除账号bug修改

cyzhao 11 months ago
parent
commit
124b5a7de5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gameserver/App/process/UserProc.php

+ 1 - 1
Gameserver/App/process/UserProc.php

@@ -58,7 +58,7 @@ class UserProc {
         FightProc::DeleteRankInvalidUser(req()->uid);
         self::delRegRole(req()->zoneid, req()->uid, ctx()->baseInfo->name);
 
-        UserProc::updateUserInfo();
+        //UserProc::updateUserInfo();
         $ret = array();
         return Resp::ok($ret);
     }