wanggangzero 10 bulan lalu
induk
melakukan
e791c7fa09
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      Gameserver/App/Services/TestServer.php

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

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