From 96ed4a829ea45ff98e92e21d93714c3d69bca665 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期一, 15 十月 2018 15:35:04 +0800 Subject: [PATCH] 2143 【bug】灵宠冰火冥魂无法出战 宠物背包格子改为50 --- ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig.ini | 2 +- ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc | 0 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerPet.pyc | 0 3 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig.ini b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig.ini index a5673d2..d471429 100644 --- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig.ini +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig.ini @@ -66,7 +66,7 @@ ;寻宝背包 PackCnt30=100 ;宠物背包 -PackCnt31=20 +PackCnt31=50 ;神兽物品背包 PackCnt32=100 ;神兽装备背包 diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc index 8eefbcc..710cbbe 100644 --- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc Binary files differ diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerPet.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerPet.pyc index 5e1fcdd..437e56a 100644 --- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerPet.pyc +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerPet.pyc Binary files differ -- Gitblit v1.8.0