cyzhao hace 1 semana
padre
commit
d9cd923c1d
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. 0 6
      Gameserver/App/model/User/Info_Store.php

+ 0 - 6
Gameserver/App/model/User/Info_Store.php

@@ -195,12 +195,6 @@ class Info_Store extends Object_ext {
             if(!StlUtil::dictHasProperty($this->exploreArea, $areaId)){
                 $Ins_ExploreArea = new Ins_ExploreArea($areaArr[0]);
                 $this->exploreArea->$areaId = $Ins_ExploreArea;
-            } else {                             
-                $Ins_ExploreArea = new Ins_ExploreArea($this->exploreArea->$areaId);
-                if(StlUtil::dictHasProperty($Ins_ExploreArea, "output_num")){
-                    StlUtil::dictRemove($Ins_ExploreArea,"output_num");
-                }               
-                $this->exploreArea->$areaId = $Ins_ExploreArea;
             }                          
         }
     }