Browse Source

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

王刚 3 years ago
parent
commit
3e0cbec79b
1 changed files with 2 additions and 2 deletions
  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;