From cb0d3169ed35fea4716f55ca6596ca88fb6884f0 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 26 十二月 2025 15:56:23 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/System/KnapSack/PackManager.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/Main/System/KnapSack/PackManager.cs b/Main/System/KnapSack/PackManager.cs
index 22e8b39..a552c96 100644
--- a/Main/System/KnapSack/PackManager.cs
+++ b/Main/System/KnapSack/PackManager.cs
@@ -412,6 +412,11 @@
if (serverItem.socketType == ServerType.Main && serverItem.PackType == (int)PackType.DropItem)
{
EquipModel.Instance.CalcFloorEquip(serverItem.ItemPlace);
+ if (serverItem.ItemPlace == 19)
+ {
+ //鍐嶅揩閫熷鐞嗕竴娆�
+ EquipModel.Instance.SendEquipOP(null, 3);
+ }
}
}
--
Gitblit v1.8.0