From 1f9409654fc0501287818fa142699954b0637fe9 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 22 十二月 2022 14:38:12 +0800 Subject: [PATCH] 1111 【BT7】【后端】灵宠背包改为70 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 03d0af3..2fc42a5 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -891,7 +891,7 @@ #初始化临时存放背包格子数 Def_PackCnt_TempItem = 10 #初始化宠物背包格子数 -Def_PackCnt_Pet = 50 +Def_PackCnt_Pet = 70 #初始化通用宠物装备背包格子数 Def_PackCnt_PetEquip = 4 #主角刚登陆游戏开启精魄槽格子数/符文 -- Gitblit v1.8.0