From f3505cb9e2790ea9a6e1668f425f3db1965e91be Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期一, 15 十月 2018 15:37:53 +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 650aff7..7f74922 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..e032f0c 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