瀏覽代碼

活跃点bug

cyzhao 11 月之前
父節點
當前提交
377bc2b764
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gameserver/App/process/TaskProc.php

+ 1 - 1
Gameserver/App/process/TaskProc.php

@@ -58,7 +58,7 @@ class TaskProc {
                 break;
         }
 
-        my_Assert($typeId < $point, ErrCode::task_CanotPriceReviced);
+        my_Assert($point >= $typeId, ErrCode::task_CanotPriceReviced);
 
         $mo = GameConfig::activepointreward_getItem($type, $typeId);
         my_Assert($mo != null, ErrCode::err_const_no);