|
@@ -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;
|