浏览代码

Merge branch 'TTT' of 115.159.121.129:/usr/local/git/repo into TTT

王刚 3 年之前
父节点
当前提交
3e0cbec79b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Gameserver/Amfphp/process/StoreProc.php

+ 2 - 2
Gameserver/Amfphp/process/StoreProc.php

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