Browse Source

存入背包加新类型

cyzhao 1 year ago
parent
commit
bcc0e35287
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Gameserver/App/process/StoreProc.php

+ 1 - 2
Gameserver/App/process/StoreProc.php

@@ -257,8 +257,7 @@ class StoreProc {
                         ctx()->baseInfo->Add_Exp($num);
                         break;
                     case 100:
-                    case 101:
-                    case 102:
+                    case 103:                
                         self::PutItemsInStore($itemId, $num);
 
                         break;