Browse Source

背包结算312类型位置变动

cyzhao 3 years ago
parent
commit
470cf2fe93
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Gameserver/Amfphp/process/StoreProc.php

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

@@ -519,8 +519,7 @@ class StoreProc {
                     CornerSignEventProc::OnBag_new_Fragment();   
                     StoreProc::PutOverlyingItemInStore($itemId, $num);          # 直接进包裹items
                     break;
-                case 202:                                                       # 召唤书碎片
-                case 312:                                                       # 言灵召唤/进阶材料              
+                case 202:                                                       # 召唤书碎片                           
                 case 351:                                                       # 言灵召唤书
                     StoreProc::PutOverlyingItemInStore($itemId, $num);          # 直接进包裹items
                     $book = GameConfig::item_yanlingbook_getItem($itemId);
@@ -557,6 +556,7 @@ class StoreProc {
                     CornerSignEventProc::OnBag_new_Material();
                     break;
                 case 311:                                                       # 基因(经验丹)
+                case 312:                                                       # 强化道具
                 case 313:
                     StoreProc::PutOverlyingItemInStore($itemId, $num);          # 直接进包裹items
                     break;