|
@@ -1262,9 +1262,11 @@ class StoreProc {
|
|
|
}
|
|
|
break;
|
|
|
case 102:
|
|
|
- $pet = self::initPet($itemId);
|
|
|
- $uid = $pet->uid;
|
|
|
- ctx()->store(true)->pet->$uid = $pet;
|
|
|
+ for ($i = 0; $i < $num; $i++) {
|
|
|
+ $pet = self::initPet($itemId);
|
|
|
+ $uid = $pet->uid;
|
|
|
+ ctx()->store(true)->pet->$uid = $pet;
|
|
|
+ }
|
|
|
break;
|
|
|
case 701://道具宝箱
|
|
|
for ($i = 0; $i < $num; $i++) {
|