cyzhao 1 жил өмнө
parent
commit
04bb079559

+ 1 - 1
Gameserver/App/model/Const/GameConfig.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-05-14 10:31:17
+ // 日期: 2024-05-14 16:11:07
 ////////////////////
 
 /**

+ 1 - 1
Gameserver/App/model/Const/sm_gate.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-05-11 17:10:38
+ // 日期: 2024-05-14 16:07:44
 ////////////////////
 
 

+ 1 - 1
Gameserver/App/model/Const/sm_globalsettings.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-05-14 10:02:44
+ // 日期: 2024-05-14 10:32:56
 ////////////////////
 
 

+ 1 - 6
Gameserver/App/model/Const/sm_plots.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-05-07 15:32:55
+ // 日期: 2024-05-14 16:02:56
 ////////////////////
 
 
@@ -115,11 +115,6 @@ class sm_plots
     */
     public $recycleEffect;
 
-    /**
-    * @var DateTime 上次修改时间 default(CURRENT_TIMESTAMP) 
-    */
-    public $lastupdate;
-
     /**
     * @var Single 打印字幕速度 default(0.1) 
     */

+ 2 - 2
Gameserver/App/process/FightProc.php

@@ -104,8 +104,8 @@ class FightProc {
         $itemArr = explode(',', $ctxArr[1]);             
         foreach ($itemArr as $str) {
             $arr = explode(':', $str);
-            $itemId = $arr[1]; 
-            $per = $arr[2];
+            $itemId = $arr[0]; 
+            $per = $arr[1];
             
             $end += $per;
             if($randNum >= $start && $randNum < $end){