|
@@ -110,7 +110,7 @@ class StoreProc {
|
|
}
|
|
}
|
|
|
|
|
|
switch ($itemType) {
|
|
switch ($itemType) {
|
|
- case 401://武器
|
|
|
|
|
|
+ case 101://武器
|
|
if ($type == 1) {
|
|
if ($type == 1) {
|
|
my_Assert($num < 50, ErrCode::store_StorageEnough);
|
|
my_Assert($num < 50, ErrCode::store_StorageEnough);
|
|
$equipVo = $store->equipment->$uid;
|
|
$equipVo = $store->equipment->$uid;
|
|
@@ -125,7 +125,7 @@ class StoreProc {
|
|
}
|
|
}
|
|
|
|
|
|
break;
|
|
break;
|
|
- case 101://言灵
|
|
|
|
|
|
+ case 401://言灵
|
|
if ($type == 1) {
|
|
if ($type == 1) {
|
|
my_Assert($num < 50, ErrCode::store_StorageEnough);
|
|
my_Assert($num < 50, ErrCode::store_StorageEnough);
|
|
$yanlingVo = $store->yanling->$uid;
|
|
$yanlingVo = $store->yanling->$uid;
|