From df7b6a8f4f8201fa9900a458c6bb7ab7a09acb83 Mon Sep 17 00:00:00 2001
From: CeHua_ZWJ <ceh@163.com>
Date: 星期五, 23 十一月 2018 10:56:48 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxx_server
---
ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerSlots/SlotsToMoneyType.txt | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerSlots/SlotsToMoneyType.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerSlots/SlotsToMoneyType.txt
new file mode 100644
index 0000000..d02dc29
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerSlots/SlotsToMoneyType.txt
@@ -0,0 +1,12 @@
+# 老虎机类型对应金钱类型
+# 格式: {老虎机类型:金钱类型}
+# 老虎机类型:0-情人节 1-愚人节 2-劳动节
+
+(
+{
+ 0:13,
+ 1:14,
+ 2:15,
+ 3:16,
+}
+)
--
Gitblit v1.8.0