Explorar el Código

删除账号bug修改

cyzhao hace 11 meses
padre
commit
124b5a7de5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
     }