From c888c55a0e3d4e88e581b2ffae02462d78e57981 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期三, 06 三月 2019 10:11:30 +0800
Subject: [PATCH] 6307 【后端】【2.0】多套装备开发单(删除旧套装)

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc              |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.pyc         |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerMagicWeapon.pyc   |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.pyc               |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini                         |   16 --
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.pyc                |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerViewCacheTube.pyc |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.pyc            |    0 
 /dev/null                                                                             |  349 -------------------------------------------------
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSuccess.pyc       |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.pyc |    0 
 CoreServerGroup/GameServer/Script/ChPyNetSendPack.pyc                                 |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.pyc            |    0 
 CoreServerGroup/GameServer/Script/ChPyNetPack.pyc                                     |    0 
 14 files changed, 0 insertions(+), 365 deletions(-)

diff --git a/CoreServerGroup/GameServer/Script/ChPyNetPack.pyc b/CoreServerGroup/GameServer/Script/ChPyNetPack.pyc
index 82bbbe0..705e191 100644
--- a/CoreServerGroup/GameServer/Script/ChPyNetPack.pyc
+++ b/CoreServerGroup/GameServer/Script/ChPyNetPack.pyc
Binary files differ
diff --git a/CoreServerGroup/GameServer/Script/ChPyNetSendPack.pyc b/CoreServerGroup/GameServer/Script/ChPyNetSendPack.pyc
index ddf8dea..fd55259 100644
--- a/CoreServerGroup/GameServer/Script/ChPyNetSendPack.pyc
+++ b/CoreServerGroup/GameServer/Script/ChPyNetSendPack.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini b/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini
index 141ea7a..d97b380 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini
@@ -503,22 +503,6 @@
 PacketSubCMD_3 = 0x23
 PacketCallFunc_3 = DoRealmLVUp
 
-;套装合成
-[EquipSuitCompose]
-ScriptName = Event\EventSrc\Operate_EquipSuitCompose.py
-Writer = xmnathan
-Releaser = xmnathan
-RegType = 0
-RegisterPackCount = 2
-
-PacketCMD_1 = 0xA3
-PacketSubCMD_1 = 0x17
-PacketCallFunc_1 = OnEquipSuitCompose
-
-PacketCMD_2 = 0xA3
-PacketSubCMD_2 = 0x08
-PacketCallFunc_2 = OnDecomposeSuite
-
 ;累计登陆礼
 [PlayerLoginDayAward]
 ScriptName = Player\PlayerLoginDayAward.py
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.pyc
index 733cfca..07eeb6f 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.pyc
index 628a3ac..356ef33 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/Operate_EquipSuitCompose.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/Operate_EquipSuitCompose.pyc
deleted file mode 100644
index ab8d0ef..0000000
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/Operate_EquipSuitCompose.pyc
+++ /dev/null
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.pyc
index 5002cf1..163fb4b 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetEquipPartSuiteLV.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetEquipPartSuiteLV.pyc
deleted file mode 100644
index 85647fe..0000000
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetEquipPartSuiteLV.pyc
+++ /dev/null
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc
index 84ea3ff..9337fbf 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.pyc
index 98123ce..c66f2f5 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.pyc
index 52ce115..28a1a13 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.pyc
index 4e79eb6..ebdfa40 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerMagicWeapon.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerMagicWeapon.pyc
index 02e7fd1..342b2e4 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerMagicWeapon.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerMagicWeapon.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSuccess.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSuccess.pyc
index c5ed492..514a78d 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSuccess.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSuccess.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerViewCacheTube.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerViewCacheTube.pyc
index 077328c..250c4ac 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerViewCacheTube.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerViewCacheTube.pyc
Binary files differ
diff --git a/db/PyMongoDataServer/PySysDB/tagEquipSuitCompound.txt b/db/PyMongoDataServer/PySysDB/tagEquipSuitCompound.txt
deleted file mode 100644
index 095c363..0000000
--- a/db/PyMongoDataServer/PySysDB/tagEquipSuitCompound.txt
+++ /dev/null
@@ -1,349 +0,0 @@
-SuiteType	EquipPlace	SuiteLV	Job	CostItemID	CostItemCnt
-1	8	1	0	5006	2
-1	9	1	0	5007	2
-1	10	1	0	5007	2
-2	8	1	0	5006|5206	2|1
-2	9	1	0	5007|5207	2|1
-2	10	1	0	5007|5207	2|1
-1	8	2	0	5006	3
-1	9	2	0	5007	3
-1	10	2	0	5007	3
-2	8	2	0	5006|5206	3|2
-2	9	2	0	5007|5207	3|2
-2	10	2	0	5007|5207	3|2
-1	8	3	0	5006	5
-1	9	3	0	5007	5
-1	10	3	0	5007	5
-2	8	3	0	5006|5206	5|3
-2	9	3	0	5007|5207	5|3
-2	10	3	0	5007|5207	5|3
-1	8	4	0	5006	8
-1	9	4	0	5007	8
-1	10	4	0	5007	8
-2	8	4	0	5006|5206	8|5
-2	9	4	0	5007|5207	8|5
-2	10	4	0	5007|5207	8|5
-1	8	5	0	5006	13
-1	9	5	0	5007	13
-1	10	5	0	5007	13
-2	8	5	0	5006|5206	13|8
-2	9	5	0	5007|5207	13|8
-2	10	5	0	5007|5207	13|8
-1	8	6	0	5006	21
-1	9	6	0	5007	21
-1	10	6	0	5007	21
-2	8	6	0	5006|5206	21|13
-2	9	6	0	5007|5207	21|13
-2	10	6	0	5007|5207	21|13
-1	8	7	0	5006	34
-1	9	7	0	5007	34
-1	10	7	0	5007	34
-2	8	7	0	5006|5206	34|21
-2	9	7	0	5007|5207	34|21
-2	10	7	0	5007|5207	34|21
-1	8	8	0	5006	55
-1	9	8	0	5007	55
-1	10	8	0	5007	55
-2	8	8	0	5006|5206	55|34
-2	9	8	0	5007|5207	55|34
-2	10	8	0	5007|5207	55|34
-1	3	1	1	5012	10
-1	4	1	1	5012	10
-1	5	1	1	5012	10
-1	6	1	1	5012	10
-1	7	1	1	5012	10
-1	3	1	2	5022	10
-1	4	1	2	5022	10
-1	5	1	2	5022	10
-1	6	1	2	5022	10
-1	7	1	2	5022	10
-1	3	1	3	5032	10
-1	4	1	3	5032	10
-1	5	1	3	5032	10
-1	6	1	3	5032	10
-1	7	1	3	5032	10
-1	3	2	1	5012	18
-1	4	2	1	5012	18
-1	5	2	1	5012	18
-1	6	2	1	5012	18
-1	7	2	1	5012	18
-1	3	2	2	5022	18
-1	4	2	2	5022	18
-1	5	2	2	5022	18
-1	6	2	2	5022	18
-1	7	2	2	5022	18
-1	3	2	3	5032	18
-1	4	2	3	5032	18
-1	5	2	3	5032	18
-1	6	2	3	5032	18
-1	7	2	3	5032	18
-1	3	3	1	5012	35
-1	4	3	1	5012	35
-1	5	3	1	5012	35
-1	6	3	1	5012	35
-1	7	3	1	5012	35
-1	3	3	2	5022	35
-1	4	3	2	5022	35
-1	5	3	2	5022	35
-1	6	3	2	5022	35
-1	7	3	2	5022	35
-1	3	3	3	5032	35
-1	4	3	3	5032	35
-1	5	3	3	5032	35
-1	6	3	3	5032	35
-1	7	3	3	5032	35
-1	3	4	1	5012	60
-1	4	4	1	5012	60
-1	5	4	1	5012	60
-1	6	4	1	5012	60
-1	7	4	1	5012	60
-1	3	4	2	5022	60
-1	4	4	2	5022	60
-1	5	4	2	5022	60
-1	6	4	2	5022	60
-1	7	4	2	5022	60
-1	3	4	3	5032	60
-1	4	4	3	5032	60
-1	5	4	3	5032	60
-1	6	4	3	5032	60
-1	7	4	3	5032	60
-1	3	5	1	5012	115
-1	4	5	1	5012	115
-1	5	5	1	5012	115
-1	6	5	1	5012	115
-1	7	5	1	5012	115
-1	3	5	2	5022	115
-1	4	5	2	5022	115
-1	5	5	2	5022	115
-1	6	5	2	5022	115
-1	7	5	2	5022	115
-1	3	5	3	5032	115
-1	4	5	3	5032	115
-1	5	5	3	5032	115
-1	6	5	3	5032	115
-1	7	5	3	5032	115
-1	3	6	1	5012	211
-1	4	6	1	5012	211
-1	5	6	1	5012	211
-1	6	6	1	5012	211
-1	7	6	1	5012	211
-1	3	6	2	5022	211
-1	4	6	2	5022	211
-1	5	6	2	5022	211
-1	6	6	2	5022	211
-1	7	6	2	5022	211
-1	3	6	3	5032	211
-1	4	6	3	5032	211
-1	5	6	3	5032	211
-1	6	6	3	5032	211
-1	7	6	3	5032	211
-1	3	7	1	5012	395
-1	4	7	1	5012	395
-1	5	7	1	5012	395
-1	6	7	1	5012	395
-1	7	7	1	5012	395
-1	3	7	2	5022	395
-1	4	7	2	5022	395
-1	5	7	2	5022	395
-1	6	7	2	5022	395
-1	7	7	2	5022	395
-1	3	7	3	5032	395
-1	4	7	3	5032	395
-1	5	7	3	5032	395
-1	6	7	3	5032	395
-1	7	7	3	5032	395
-1	3	8	1	5012	781
-1	4	8	1	5012	781
-1	5	8	1	5012	781
-1	6	8	1	5012	781
-1	7	8	1	5012	781
-1	3	8	2	5022	781
-1	4	8	2	5022	781
-1	5	8	2	5022	781
-1	6	8	2	5022	781
-1	7	8	2	5022	781
-1	3	8	3	5032	781
-1	4	8	3	5032	781
-1	5	8	3	5032	781
-1	6	8	3	5032	781
-1	7	8	3	5032	781
-1	3	9	1	5012	1417
-1	4	9	1	5012	1417
-1	5	9	1	5012	1417
-1	6	9	1	5012	1417
-1	7	9	1	5012	1417
-1	3	9	2	5022	1417
-1	4	9	2	5022	1417
-1	5	9	2	5022	1417
-1	6	9	2	5022	1417
-1	7	9	2	5022	1417
-1	3	9	3	5032	1417
-1	4	9	3	5032	1417
-1	5	9	3	5032	1417
-1	6	9	3	5032	1417
-1	7	9	3	5032	1417
-1	3	10	1	5012|5302	2791|3
-1	4	10	1	5012|5302	2791|3
-1	5	10	1	5012|5302	2791|3
-1	6	10	1	5012|5302	2791|3
-1	7	10	1	5012|5302	2791|3
-1	3	10	2	5022|5302	2791|3
-1	4	10	2	5022|5302	2791|3
-1	5	10	2	5022|5302	2791|3
-1	6	10	2	5022|5302	2791|3
-1	7	10	2	5022|5302	2791|3
-1	3	10	3	5032|5302	2791|3
-1	4	10	3	5032|5302	2791|3
-1	5	10	3	5032|5302	2791|3
-1	6	10	3	5032|5302	2791|3
-1	7	10	3	5032|5302	2791|3
-2	3	1	1	5012|5202	10|2
-2	4	1	1	5012|5202	10|2
-2	5	1	1	5012|5202	10|2
-2	6	1	1	5012|5202	10|2
-2	7	1	1	5012|5202	10|2
-2	3	1	2	5022|5202	10|2
-2	4	1	2	5022|5202	10|2
-2	5	1	2	5022|5202	10|2
-2	6	1	2	5022|5202	10|2
-2	7	1	2	5022|5202	10|2
-2	3	1	3	5032|5202	10|2
-2	4	1	3	5032|5202	10|2
-2	5	1	3	5032|5202	10|2
-2	6	1	3	5032|5202	10|2
-2	7	1	3	5032|5202	10|2
-2	3	2	1	5012|5202	18|3
-2	4	2	1	5012|5202	18|3
-2	5	2	1	5012|5202	18|3
-2	6	2	1	5012|5202	18|3
-2	7	2	1	5012|5202	18|3
-2	3	2	2	5022|5202	18|3
-2	4	2	2	5022|5202	18|3
-2	5	2	2	5022|5202	18|3
-2	6	2	2	5022|5202	18|3
-2	7	2	2	5022|5202	18|3
-2	3	2	3	5032|5202	18|3
-2	4	2	3	5032|5202	18|3
-2	5	2	3	5032|5202	18|3
-2	6	2	3	5032|5202	18|3
-2	7	2	3	5032|5202	18|3
-2	3	3	1	5012|5202	35|5
-2	4	3	1	5012|5202	35|5
-2	5	3	1	5012|5202	35|5
-2	6	3	1	5012|5202	35|5
-2	7	3	1	5012|5202	35|5
-2	3	3	2	5022|5202	35|5
-2	4	3	2	5022|5202	35|5
-2	5	3	2	5022|5202	35|5
-2	6	3	2	5022|5202	35|5
-2	7	3	2	5022|5202	35|5
-2	3	3	3	5032|5202	35|5
-2	4	3	3	5032|5202	35|5
-2	5	3	3	5032|5202	35|5
-2	6	3	3	5032|5202	35|5
-2	7	3	3	5032|5202	35|5
-2	3	4	1	5012|5202	60|8
-2	4	4	1	5012|5202	60|8
-2	5	4	1	5012|5202	60|8
-2	6	4	1	5012|5202	60|8
-2	7	4	1	5012|5202	60|8
-2	3	4	2	5022|5202	60|8
-2	4	4	2	5022|5202	60|8
-2	5	4	2	5022|5202	60|8
-2	6	4	2	5022|5202	60|8
-2	7	4	2	5022|5202	60|8
-2	3	4	3	5032|5202	60|8
-2	4	4	3	5032|5202	60|8
-2	5	4	3	5032|5202	60|8
-2	6	4	3	5032|5202	60|8
-2	7	4	3	5032|5202	60|8
-2	3	5	1	5012|5202	115|13
-2	4	5	1	5012|5202	115|13
-2	5	5	1	5012|5202	115|13
-2	6	5	1	5012|5202	115|13
-2	7	5	1	5012|5202	115|13
-2	3	5	2	5022|5202	115|13
-2	4	5	2	5022|5202	115|13
-2	5	5	2	5022|5202	115|13
-2	6	5	2	5022|5202	115|13
-2	7	5	2	5022|5202	115|13
-2	3	5	3	5032|5202	115|13
-2	4	5	3	5032|5202	115|13
-2	5	5	3	5032|5202	115|13
-2	6	5	3	5032|5202	115|13
-2	7	5	3	5032|5202	115|13
-2	3	6	1	5012|5202	211|21
-2	4	6	1	5012|5202	211|21
-2	5	6	1	5012|5202	211|21
-2	6	6	1	5012|5202	211|21
-2	7	6	1	5012|5202	211|21
-2	3	6	2	5022|5202	211|21
-2	4	6	2	5022|5202	211|21
-2	5	6	2	5022|5202	211|21
-2	6	6	2	5022|5202	211|21
-2	7	6	2	5022|5202	211|21
-2	3	6	3	5032|5202	211|21
-2	4	6	3	5032|5202	211|21
-2	5	6	3	5032|5202	211|21
-2	6	6	3	5032|5202	211|21
-2	7	6	3	5032|5202	211|21
-2	3	7	1	5012|5202	395|34
-2	4	7	1	5012|5202	395|34
-2	5	7	1	5012|5202	395|34
-2	6	7	1	5012|5202	395|34
-2	7	7	1	5012|5202	395|34
-2	3	7	2	5022|5202	395|34
-2	4	7	2	5022|5202	395|34
-2	5	7	2	5022|5202	395|34
-2	6	7	2	5022|5202	395|34
-2	7	7	2	5022|5202	395|34
-2	3	7	3	5032|5202	395|34
-2	4	7	3	5032|5202	395|34
-2	5	7	3	5032|5202	395|34
-2	6	7	3	5032|5202	395|34
-2	7	7	3	5032|5202	395|34
-2	3	8	1	5012|5202	781|55
-2	4	8	1	5012|5202	781|55
-2	5	8	1	5012|5202	781|55
-2	6	8	1	5012|5202	781|55
-2	7	8	1	5012|5202	781|55
-2	3	8	2	5022|5202	781|55
-2	4	8	2	5022|5202	781|55
-2	5	8	2	5022|5202	781|55
-2	6	8	2	5022|5202	781|55
-2	7	8	2	5022|5202	781|55
-2	3	8	3	5032|5202	781|55
-2	4	8	3	5032|5202	781|55
-2	5	8	3	5032|5202	781|55
-2	6	8	3	5032|5202	781|55
-2	7	8	3	5032|5202	781|55
-2	3	9	1	5012|5202	1417|89
-2	4	9	1	5012|5202	1417|89
-2	5	9	1	5012|5202	1417|89
-2	6	9	1	5012|5202	1417|89
-2	7	9	1	5012|5202	1417|89
-2	3	9	2	5022|5202	1417|89
-2	4	9	2	5022|5202	1417|89
-2	5	9	2	5022|5202	1417|89
-2	6	9	2	5022|5202	1417|89
-2	7	9	2	5022|5202	1417|89
-2	3	9	3	5032|5202	1417|89
-2	4	9	3	5032|5202	1417|89
-2	5	9	3	5032|5202	1417|89
-2	6	9	3	5032|5202	1417|89
-2	7	9	3	5032|5202	1417|89
-2	3	10	1	5012|5202|5302	2791|144|3
-2	4	10	1	5012|5202|5302	2791|144|3
-2	5	10	1	5012|5202|5302	2791|144|3
-2	6	10	1	5012|5202|5302	2791|144|3
-2	7	10	1	5012|5202|5302	2791|144|3
-2	3	10	2	5022|5202|5302	2791|144|3
-2	4	10	2	5022|5202|5302	2791|144|3
-2	5	10	2	5022|5202|5302	2791|144|3
-2	6	10	2	5022|5202|5302	2791|144|3
-2	7	10	2	5022|5202|5302	2791|144|3
-2	3	10	3	5032|5202|5302	2791|144|3
-2	4	10	3	5032|5202|5302	2791|144|3
-2	5	10	3	5032|5202|5302	2791|144|3
-2	6	10	3	5032|5202|5302	2791|144|3
-2	7	10	3	5032|5202|5302	2791|144|3

--
Gitblit v1.8.0