wanggangzero hai 10 meses
pai
achega
0369c893bf
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Gameserver/App/Services/TestServer.php

+ 1 - 0
Gameserver/App/Services/TestServer.php

@@ -150,6 +150,7 @@ class TestServer {
             $nextId = $gates->UnlockNextPlotGate($gateId);                    # 解锁下一主线关卡
             $nextId = $gates->UnlockNextPlotGate($gateId);                    # 解锁下一主线关卡
         } while ($nextId != $gateId);
         } while ($nextId != $gateId);
         gMem()->hset($userRedisKey, 'gates', $gates);
         gMem()->hset($userRedisKey, 'gates', $gates);
+        return "last: $nextId";
     }
     }
 
 
     /**
     /**