From f6a81cd4102012a3d8425d42ef1acab76c71147e Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 15 十月 2024 17:03:10 +0800
Subject: [PATCH] 5328 【越南】【英文】【砍树】神兽装备格子拓展(扩展为125格)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig.ini |    2 +-
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig.ini b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig.ini
index 50228ee..be0e3f5 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig.ini
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig.ini
@@ -70,6 +70,6 @@
 ;神兽物品背包
 PackCnt32=100
 ;神兽装备背包
-PackCnt33=100
+PackCnt33=125
 ;垃圾分类背包
 PackCnt34=30
\ No newline at end of file
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
index 6e0f535..04b6f47 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -920,7 +920,7 @@
 #初始化神兽背包格子数
 Def_PackCnt_DogzItem = 100
 #初始化神兽装备格子数
-Def_PackCnt_DogzEquip = 100
+Def_PackCnt_DogzEquip = 125
 #初始化垃圾分类格子数
 Def_PackCnt_Garbage = 30
 #初始化装备栏2

--
Gitblit v1.8.0