Browse Source

技能解锁

cyzhao 10 tháng trước cách đây
mục cha
commit
c36116bbe6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Gameserver/App/process/FightProc.php

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

@@ -723,7 +723,7 @@ class FightProc {
      * @return type
      */
     static function skillUnlock_fightNum($resultType) {
-        if(!$resultType){
+        if($resultType){
             return;
         }