فهرست منبع

探索区域bug修复

cyzhao 1 هفته پیش
والد
کامیت
f5f0170348
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Gameserver/App/model/User/Info_Store.php

+ 1 - 1
Gameserver/App/model/User/Info_Store.php

@@ -186,7 +186,7 @@ class Info_Store extends Object_ext {
     }
 
     public function initExploreArea() {
-        if($this->exploreArea = null){
+        if($this->exploreArea == null){
             $this->exploreArea = new \stdClass();
         }