Browse Source

升级道具新类型

cyzhao 4 years ago
parent
commit
ca612c8931
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Gameserver/Amfphp/process/StoreProc.php

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

@@ -374,6 +374,8 @@ class StoreProc {
                 case 324:                                                       # 魂器
                 case 332:
                 case 333:
+                case 325:
+                case 326:
                     StoreProc::PutOverlyingItemInStore($itemId, $num);          # 直接进包裹items
                     CornerSignEventProc::OnBag_new_Material();
                     break;