cyzhao 10 mesiacov pred
rodič
commit
c36116bbe6
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      Gameserver/App/process/FightProc.php

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

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