wanggangzero 10 months ago
parent
commit
e791c7fa09
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Gameserver/App/Services/TestServer.php

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

@@ -137,6 +137,7 @@ class TestServer {
      * @param type $zoneid
      */
     static public function PassAllPlotGates($uid, $zoneid) {
+        req()->CV = "999.999.999";
         $userRedisKey = MemKey_User::Info_hash($zoneid, $uid);
         $gates = new Info_Gates(gMem()->hget($userRedisKey, 'gates'));
         $nextId = $gateId = glc()->FirstGateId;