Browse Source

宝石新类型

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

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

@@ -653,6 +653,9 @@ class StoreProc {
                 case 328:                                                       #言灵的突破材料
                 case 329:                                                       #武器的突破石
                 case 330:                                                       #武器的突破材料
+                case 701:                                                       #宝石
+                case 702:                                                       #设计图纸
+                case 703:                                                       #宝石辅助材料
                     StoreProc::PutOverlyingItemInStore($itemId, $num);          # 直接进包裹items
                     CornerSignEventProc::OnBag_new_Material();
                     break;