From abea10e3a99d4a4919323db5e009855e7e7b62ce Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期一, 19 十一月 2018 10:01:18 +0800
Subject: [PATCH] 860312 防范全服限购报错

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldGift/GoldGiftInfo_7.txt |  108 +++++++++++++++++++++++++++---------------------------
 1 files changed, 54 insertions(+), 54 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldGift/GoldGiftInfo_7.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldGift/GoldGiftInfo_7.txt
index 795cccb..e685d46 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldGift/GoldGiftInfo_7.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldGift/GoldGiftInfo_7.txt
@@ -1,55 +1,55 @@
-# 充值豪礼对应的奖励物品信息
-# [占用总格子数, {(职业):[对应奖励], (职业):[对应奖励], ...}]
-# 没有配置的职业默认取()职业的奖励
-# 有指定的职业可配置()里,支持多职业如(0,1,2),如果只配一个职业,则必须加一个逗号,如(0,)
-# 职业:0:剑士,1:魔法师,2:弓箭手,3:魔剑士,4:骑士,5:魔导师,6:圣射手
-# 奖励说明:(奖励类型, id, 个数)
-# 奖励类型说明:0-普通物品(id为物品id);1-定制装备(id为PyMapTable\AppointItemList.txt中的ItemIndex)
-
-
-(
-	[
-		'', # 提示Mark
-		5, # 占用格子数
-	
-		# 按职业给物品,没有配置的职业则默认取()的物品
-		{
-			# ()如果有配置,则未配置职业的取该物品
-			():[
-				(1,92458,1),
-				(0,2004,1),
-				(0,1705,10),
-				(0,9037,100),
-				(0,1502,30),
-				],
-			
-			# 0职业奖励的物品
-			(0,4):[
-				(1,3057,1),
-				(0,2004,1),
-				(0,1705,10),
-				(0,9037,70),
-				(0,1503,16),
-				
-				],
-
-			# 1职业奖励的物品
-			(1,5):[
-				(1,3057,1),
-				(0,2004,1),
-				(0,1705,10),
-				(0,9037,70),
-				(0,1503,16),
-				],
-
-			# 2职业奖励的物品
-			(2,6):[
-				(1,3057,1),
-				(0,2004,1),
-				(0,1705,10),
-				(0,9037,70),
-				(0,1503,16),
-				],
-		},
-	]
+# 充值豪礼对应的奖励物品信息
+# [占用总格子数, {(职业):[对应奖励], (职业):[对应奖励], ...}]
+# 没有配置的职业默认取()职业的奖励
+# 有指定的职业可配置()里,支持多职业如(0,1,2),如果只配一个职业,则必须加一个逗号,如(0,)
+# 职业:0:剑士,1:魔法师,2:弓箭手,3:魔剑士,4:骑士,5:魔导师,6:圣射手
+# 奖励说明:(奖励类型, id, 个数)
+# 奖励类型说明:0-普通物品(id为物品id);1-定制装备(id为PyMapTable\AppointItemList.txt中的ItemIndex)
+
+
+(
+	[
+		'', # 提示Mark
+		5, # 占用格子数
+	
+		# 按职业给物品,没有配置的职业则默认取()的物品
+		{
+			# ()如果有配置,则未配置职业的取该物品
+			():[
+				(1,92458,1),
+				(0,2004,1),
+				(0,1705,10),
+				(0,9037,100),
+				(0,1502,30),
+				],
+			
+			# 0职业奖励的物品
+			(0,4):[
+				(1,3057,1),
+				(0,2004,1),
+				(0,1705,10),
+				(0,9037,70),
+				(0,1503,16),
+				
+				],
+
+			# 1职业奖励的物品
+			(1,5):[
+				(1,3057,1),
+				(0,2004,1),
+				(0,1705,10),
+				(0,9037,70),
+				(0,1503,16),
+				],
+
+			# 2职业奖励的物品
+			(2,6):[
+				(1,3057,1),
+				(0,2004,1),
+				(0,1705,10),
+				(0,9037,70),
+				(0,1503,16),
+				],
+		},
+	]
 )
\ No newline at end of file

--
Gitblit v1.8.0