From fcb396731a43e01a4e5c4e9495bc676cdb9df73e Mon Sep 17 00:00:00 2001
From: cehua-TT <448191260@qq.com>
Date: 星期二, 28 八月 2018 15:02:45 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxx_server
---
CoreServerGroup/GameServer/GameServerConfig/PlayerRecall/PlayerRecall_RecallCount.txt | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/CoreServerGroup/GameServer/GameServerConfig/PlayerRecall/PlayerRecall_RecallCount.txt b/CoreServerGroup/GameServer/GameServerConfig/PlayerRecall/PlayerRecall_RecallCount.txt
new file mode 100644
index 0000000..ba75df4
--- /dev/null
+++ b/CoreServerGroup/GameServer/GameServerConfig/PlayerRecall/PlayerRecall_RecallCount.txt
@@ -0,0 +1,11 @@
+#召回玩家个数奖励, 注意最多31种
+#{玩家个数:[奖励位标识, 物品ID, 数量]}
+(
+{
+ 5 : [0x1, 63012, 1],
+ 15 : [0x2, 63013, 1],
+ 30 : [0x4, 63014, 1],
+ 50 : [0x8, 63015, 1],
+
+}
+)
\ No newline at end of file
--
Gitblit v1.8.0