From e983a518a3ffced8335fb937a0e2ac0d8b788c64 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期二, 09 十月 2018 20:02:08 +0800 Subject: [PATCH] 3951 【后端】【1.1.0】创角名字长度限制修改 --- ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerTruck/BuyTruckLV.txt | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerTruck/BuyTruckLV.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerTruck/BuyTruckLV.txt new file mode 100644 index 0000000..5416f9a --- /dev/null +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerTruck/BuyTruckLV.txt @@ -0,0 +1,11 @@ +#购买镖车等级{镖车等级:[购买金钱等级, 金钱类型]} +#镖车等级从0开始 +( +{ +0:[0, 1], +1:[0, 1], +2:[0, 1], +3:[0, 1], +4:[200, 1], +} +) \ No newline at end of file -- Gitblit v1.8.0