浏览代码

fix: 关卡id规则变更.

王刚 1 年之前
父节点
当前提交
9661cd4714
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gameserver/App/model/User/Info_Gates.php

+ 1 - 1
Gameserver/App/model/User/Info_Gates.php

@@ -70,7 +70,7 @@ class Info_Gates extends Object_ext {
     public $evolveMaxId_right = 0;
 
     public function initialize() {
-        $startId = 10010111;
+        $startId = 110011001;
         $this->CurrentGateId = $startId;
         $this->UnlockedGatesMaxId = $startId;