From ea5ad683ee9bbdb78e08cce14bf02dfd76e5d9fd Mon Sep 17 00:00:00 2001
From: cehua-HWJ35 <hwj35@163.com>
Date: 星期二, 15 一月 2019 11:24:16 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxx_server
---
ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerFlower/PlayerFlowerDesignation.txt | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerFlower/PlayerFlowerDesignation.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerFlower/PlayerFlowerDesignation.txt
new file mode 100644
index 0000000..1b7447b
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerFlower/PlayerFlowerDesignation.txt
@@ -0,0 +1,16 @@
+# 玩家鲜花称号
+
+(
+[
+ 1, # 鲜花称号类型,数据库PySysDB中tagDienstgrad.txt的鲜花称号类型
+ 99, # 没进榜时,多少朵可获得称号,即保底称号需求鲜花数
+ 10005, # 没进榜时,可获得的称号id,即保底称号id
+
+ { # {名次:称号id,...}
+ 1:10001,
+ 3:10002,
+ 5:10003,
+ 10:10004,
+ }
+]
+)
\ No newline at end of file
--
Gitblit v1.8.0