|
@@ -141,8 +141,9 @@ class Info_Store extends Object_ext {
|
|
}
|
|
}
|
|
|
|
|
|
$str = GameConfig::glc2()->Pet_BreedLocationUnlockInfo;
|
|
$str = GameConfig::glc2()->Pet_BreedLocationUnlockInfo;
|
|
|
|
+ $this->breedEggLocation = new \stdClass();
|
|
if($str != null){
|
|
if($str != null){
|
|
- $list[] = explode(';', $str);
|
|
|
|
|
|
+ $list = explode(';', $str);
|
|
foreach ($list as $value) {
|
|
foreach ($list as $value) {
|
|
$s = explode(',', $value);
|
|
$s = explode(',', $value);
|
|
$k = $s[0];
|
|
$k = $s[0];
|