From 59e1db4a680c055a6969069810ab48fec215e76e Mon Sep 17 00:00:00 2001
From: mobius <8391001+MobiusDevelopment@users.noreply.github.com>
Date: Thu, 29 Jan 2015 00:33:15 +0000
Subject: [PATCH] Fixed equip item restrictions.
---
trunk/dist/game/data/categoryData.xml | 5 +
.../game/data/stats/items/00000-00099.xml | 30 ---
.../game/data/stats/items/00100-00199.xml | 30 ---
.../game/data/stats/items/00300-00399.xml | 69 -------
.../game/data/stats/items/00400-00499.xml | 171 ----------------
.../game/data/stats/items/00600-00699.xml | 150 --------------
.../game/data/stats/items/00900-00999.xml | 3 -
.../game/data/stats/items/01100-01199.xml | 18 --
.../game/data/stats/items/01300-01399.xml | 24 ---
.../game/data/stats/items/02300-02399.xml | 36 ----
.../game/data/stats/items/02400-02499.xml | 48 -----
.../game/data/stats/items/04200-04299.xml | 12 --
.../game/data/stats/items/05200-05299.xml | 15 --
.../game/data/stats/items/05300-05399.xml | 24 ---
.../game/data/stats/items/05700-05799.xml | 96 ---------
.../game/data/stats/items/06300-06399.xml | 30 ---
.../game/data/stats/items/06600-06699.xml | 30 ---
.../game/data/stats/items/06900-06999.xml | 1 -
.../game/data/stats/items/07000-07099.xml | 1 -
.../game/data/stats/items/07800-07899.xml | 18 --
.../game/data/stats/items/08600-08699.xml | 3 -
.../game/data/stats/items/09000-09099.xml | 102 ----------
.../game/data/stats/items/09100-09199.xml | 12 --
.../game/data/stats/items/09400-09499.xml | 41 ----
.../game/data/stats/items/09500-09599.xml | 33 ---
.../game/data/stats/items/09800-09899.xml | 12 --
.../game/data/stats/items/10000-10099.xml | 12 --
.../game/data/stats/items/10100-10199.xml | 16 --
.../game/data/stats/items/10200-10299.xml | 14 --
.../game/data/stats/items/10700-10799.xml | 12 --
.../game/data/stats/items/10800-10899.xml | 32 ---
.../game/data/stats/items/11300-11399.xml | 93 ---------
.../game/data/stats/items/11400-11499.xml | 189 ------------------
.../game/data/stats/items/11500-11599.xml | 122 -----------
.../game/data/stats/items/12000-12099.xml | 123 ------------
.../game/data/stats/items/12100-12199.xml | 129 ------------
.../game/data/stats/items/12200-12299.xml | 162 ---------------
.../game/data/stats/items/12300-12399.xml | 33 ---
.../game/data/stats/items/12400-12499.xml | 18 --
.../game/data/stats/items/12500-12599.xml | 168 ----------------
.../game/data/stats/items/12600-12699.xml | 158 ---------------
.../game/data/stats/items/12700-12799.xml | 24 ---
.../game/data/stats/items/12800-12899.xml | 9 -
.../game/data/stats/items/12900-12999.xml | 33 ---
.../game/data/stats/items/13000-13099.xml | 9 -
.../game/data/stats/items/13100-13199.xml | 30 ---
.../game/data/stats/items/13400-13499.xml | 51 -----
.../game/data/stats/items/13500-13599.xml | 3 -
.../game/data/stats/items/13600-13699.xml | 3 -
.../game/data/stats/items/13800-13899.xml | 14 --
.../game/data/stats/items/13900-13999.xml | 3 -
.../game/data/stats/items/14100-14199.xml | 27 ---
.../game/data/stats/items/14500-14599.xml | 18 --
.../game/data/stats/items/14600-14699.xml | 3 -
.../game/data/stats/items/14700-14799.xml | 6 -
.../game/data/stats/items/14900-14999.xml | 36 ----
.../game/data/stats/items/15000-15099.xml | 57 ------
.../game/data/stats/items/15100-15199.xml | 57 ------
.../game/data/stats/items/15500-15599.xml | 57 ------
.../game/data/stats/items/15600-15699.xml | 63 ------
.../game/data/stats/items/15700-15799.xml | 96 ---------
.../game/data/stats/items/16100-16199.xml | 18 --
.../game/data/stats/items/16200-16299.xml | 165 ---------------
.../game/data/stats/items/16300-16399.xml | 123 ------------
.../game/data/stats/items/16800-16899.xml | 78 --------
.../game/data/stats/items/16900-16999.xml | 27 ---
.../game/data/stats/items/17000-17099.xml | 24 ---
.../game/data/stats/items/20200-20299.xml | 3 -
.../game/data/stats/items/20600-20699.xml | 15 --
.../game/data/stats/items/21700-21799.xml | 21 --
.../game/data/stats/items/21800-21899.xml | 6 -
.../game/data/stats/items/40000-40099.xml | 2 +
.../network/clientpackets/UseItem.java | 21 +-
73 files changed, 27 insertions(+), 3370 deletions(-)
diff --git a/trunk/dist/game/data/categoryData.xml b/trunk/dist/game/data/categoryData.xml
index e1069ac2e8..7db14172c2 100644
--- a/trunk/dist/game/data/categoryData.xml
+++ b/trunk/dist/game/data/categoryData.xml
@@ -142,6 +142,7 @@
52
115
116
+ 183
10
@@ -236,6 +237,8 @@
53
123
124
+ 182
+ 183
1
@@ -1803,6 +1806,7 @@
129
130
135
+ 182
10
@@ -1825,6 +1829,7 @@
41
42
43
+ 183
123
diff --git a/trunk/dist/game/data/stats/items/00000-00099.xml b/trunk/dist/game/data/stats/items/00000-00099.xml
index 148cd6d72f..034f43ce54 100644
--- a/trunk/dist/game/data/stats/items/00000-00099.xml
+++ b/trunk/dist/game/data/stats/items/00000-00099.xml
@@ -382,9 +382,6 @@
-
-
-
@@ -399,9 +396,6 @@
-
-
-
@@ -416,9 +410,6 @@
-
-
-
@@ -486,9 +477,6 @@
-
-
-
@@ -502,9 +490,6 @@
-
-
-
@@ -583,9 +568,6 @@
-
-
-
@@ -612,9 +594,6 @@
-
-
-
@@ -942,9 +921,6 @@
-
-
-
@@ -962,9 +938,6 @@
-
-
-
@@ -982,9 +955,6 @@
-
-
-
diff --git a/trunk/dist/game/data/stats/items/00100-00199.xml b/trunk/dist/game/data/stats/items/00100-00199.xml
index 977ecb8016..09cf565ee2 100644
--- a/trunk/dist/game/data/stats/items/00100-00199.xml
+++ b/trunk/dist/game/data/stats/items/00100-00199.xml
@@ -57,9 +57,6 @@
-
-
-
@@ -78,9 +75,6 @@
-
-
-
@@ -99,9 +93,6 @@
-
-
-
@@ -120,9 +111,6 @@
-
-
-
@@ -141,9 +129,6 @@
-
-
-
@@ -162,9 +147,6 @@
-
-
-
@@ -183,9 +165,6 @@
-
-
-
@@ -204,9 +183,6 @@
-
-
-
@@ -225,9 +201,6 @@
-
-
-
@@ -246,9 +219,6 @@
-
-
-
diff --git a/trunk/dist/game/data/stats/items/00300-00399.xml b/trunk/dist/game/data/stats/items/00300-00399.xml
index 9984d65f01..688945e601 100644
--- a/trunk/dist/game/data/stats/items/00300-00399.xml
+++ b/trunk/dist/game/data/stats/items/00300-00399.xml
@@ -1270,9 +1270,6 @@
-
-
-
@@ -1290,9 +1287,6 @@
-
-
-
@@ -1310,9 +1304,6 @@
-
-
-
@@ -1330,9 +1321,6 @@
-
-
-
@@ -1350,9 +1338,6 @@
-
-
-
@@ -1370,9 +1355,6 @@
-
-
-
@@ -1390,9 +1372,6 @@
-
-
-
@@ -1410,9 +1389,6 @@
-
-
-
@@ -1430,9 +1406,6 @@
-
-
-
@@ -1450,9 +1423,6 @@
-
-
-
@@ -1470,9 +1440,6 @@
-
-
-
@@ -1490,9 +1457,6 @@
-
-
-
@@ -1612,9 +1576,6 @@
-
-
-
@@ -1768,9 +1729,6 @@
-
-
-
@@ -1807,9 +1765,6 @@
-
-
-
@@ -1827,9 +1782,6 @@
-
-
-
@@ -1847,9 +1799,6 @@
-
-
-
@@ -1867,9 +1816,6 @@
-
-
-
@@ -1887,9 +1833,6 @@
-
-
-
@@ -1907,9 +1850,6 @@
-
-
-
@@ -1927,9 +1867,6 @@
-
-
-
@@ -1947,9 +1884,6 @@
-
-
-
@@ -2035,9 +1969,6 @@
-
-
-
diff --git a/trunk/dist/game/data/stats/items/00400-00499.xml b/trunk/dist/game/data/stats/items/00400-00499.xml
index 4fba23091a..4111108662 100644
--- a/trunk/dist/game/data/stats/items/00400-00499.xml
+++ b/trunk/dist/game/data/stats/items/00400-00499.xml
@@ -434,9 +434,6 @@
-
-
-
@@ -451,9 +448,6 @@
-
-
-
@@ -482,9 +476,6 @@
-
-
-
@@ -499,9 +490,6 @@
-
-
-
@@ -547,9 +535,6 @@
-
-
-
@@ -568,9 +553,6 @@
-
-
-
@@ -589,9 +571,6 @@
-
-
-
@@ -610,9 +589,6 @@
-
-
-
@@ -631,9 +607,6 @@
-
-
-
@@ -652,9 +625,6 @@
-
-
-
@@ -673,9 +643,6 @@
-
-
-
@@ -694,9 +661,6 @@
-
-
-
@@ -715,9 +679,6 @@
-
-
-
@@ -736,9 +697,6 @@
-
-
-
@@ -757,9 +715,6 @@
-
-
-
@@ -778,9 +733,6 @@
-
-
-
@@ -799,9 +751,6 @@
-
-
-
@@ -820,9 +769,6 @@
-
-
-
@@ -841,9 +787,6 @@
-
-
-
@@ -862,9 +805,6 @@
-
-
-
@@ -883,9 +823,6 @@
-
-
-
@@ -904,9 +841,6 @@
-
-
-
@@ -925,9 +859,6 @@
-
-
-
@@ -946,9 +877,6 @@
-
-
-
@@ -967,9 +895,6 @@
-
-
-
@@ -988,9 +913,6 @@
-
-
-
@@ -1009,9 +931,6 @@
-
-
-
@@ -1030,9 +949,6 @@
-
-
-
@@ -1051,9 +967,6 @@
-
-
-
@@ -1072,9 +985,6 @@
-
-
-
@@ -1093,9 +1003,6 @@
-
-
-
@@ -1114,9 +1021,6 @@
-
-
-
@@ -1137,9 +1041,6 @@
-
-
-
@@ -1157,9 +1058,6 @@
-
-
-
@@ -1174,9 +1072,6 @@
-
-
-
@@ -1191,9 +1086,6 @@
-
-
-
@@ -1208,9 +1100,6 @@
-
-
-
@@ -1228,9 +1117,6 @@
-
-
-
@@ -1249,9 +1135,6 @@
-
-
-
@@ -1270,9 +1153,6 @@
-
-
-
@@ -1291,9 +1171,6 @@
-
-
-
@@ -1312,9 +1189,6 @@
-
-
-
@@ -1333,9 +1207,6 @@
-
-
-
@@ -1354,9 +1225,6 @@
-
-
-
@@ -1375,9 +1243,6 @@
-
-
-
@@ -1396,9 +1261,6 @@
-
-
-
@@ -1417,9 +1279,6 @@
-
-
-
@@ -1438,9 +1297,6 @@
-
-
-
@@ -1459,9 +1315,6 @@
-
-
-
@@ -1480,9 +1333,6 @@
-
-
-
@@ -1501,9 +1351,6 @@
-
-
-
@@ -1522,9 +1369,6 @@
-
-
-
@@ -1543,9 +1387,6 @@
-
-
-
@@ -1564,9 +1405,6 @@
-
-
-
@@ -1585,9 +1423,6 @@
-
-
-
@@ -1606,9 +1441,6 @@
-
-
-
@@ -1627,9 +1459,6 @@
-
-
-
diff --git a/trunk/dist/game/data/stats/items/00600-00699.xml b/trunk/dist/game/data/stats/items/00600-00699.xml
index c12ba3864e..9a7b41e475 100644
--- a/trunk/dist/game/data/stats/items/00600-00699.xml
+++ b/trunk/dist/game/data/stats/items/00600-00699.xml
@@ -405,9 +405,6 @@
-
-
-
@@ -426,9 +423,6 @@
-
-
-
@@ -447,9 +441,6 @@
-
-
-
@@ -468,9 +459,6 @@
-
-
-
@@ -489,9 +477,6 @@
-
-
-
@@ -510,9 +495,6 @@
-
-
-
@@ -531,9 +513,6 @@
-
-
-
@@ -552,9 +531,6 @@
-
-
-
@@ -573,9 +549,6 @@
-
-
-
@@ -595,9 +568,6 @@
-
-
-
@@ -616,9 +586,6 @@
-
-
-
@@ -637,9 +604,6 @@
-
-
-
@@ -658,9 +622,6 @@
-
-
-
@@ -679,9 +640,6 @@
-
-
-
@@ -700,9 +658,6 @@
-
-
-
@@ -721,9 +676,6 @@
-
-
-
@@ -742,9 +694,6 @@
-
-
-
@@ -763,9 +712,6 @@
-
-
-
@@ -784,9 +730,6 @@
-
-
-
@@ -805,9 +748,6 @@
-
-
-
@@ -826,9 +766,6 @@
-
-
-
@@ -847,9 +784,6 @@
-
-
-
@@ -868,9 +802,6 @@
-
-
-
@@ -889,9 +820,6 @@
-
-
-
@@ -910,9 +838,6 @@
-
-
-
@@ -931,9 +856,6 @@
-
-
-
@@ -952,9 +874,6 @@
-
-
-
@@ -973,9 +892,6 @@
-
-
-
@@ -994,9 +910,6 @@
-
-
-
@@ -1015,9 +928,6 @@
-
-
-
@@ -1036,9 +946,6 @@
-
-
-
@@ -1057,9 +964,6 @@
-
-
-
@@ -1078,9 +982,6 @@
-
-
-
@@ -1099,9 +1000,6 @@
-
-
-
@@ -1120,9 +1018,6 @@
-
-
-
@@ -1141,9 +1036,6 @@
-
-
-
@@ -1162,9 +1054,6 @@
-
-
-
@@ -1183,9 +1072,6 @@
-
-
-
@@ -1204,9 +1090,6 @@
-
-
-
@@ -1225,9 +1108,6 @@
-
-
-
@@ -1246,9 +1126,6 @@
-
-
-
@@ -1267,9 +1144,6 @@
-
-
-
@@ -1288,9 +1162,6 @@
-
-
-
@@ -1309,9 +1180,6 @@
-
-
-
@@ -1330,9 +1198,6 @@
-
-
-
@@ -1351,9 +1216,6 @@
-
-
-
@@ -1372,9 +1234,6 @@
-
-
-
@@ -1393,9 +1252,6 @@
-
-
-
@@ -1414,9 +1270,6 @@
-
-
-
@@ -1435,9 +1288,6 @@
-
-
-
diff --git a/trunk/dist/game/data/stats/items/00900-00999.xml b/trunk/dist/game/data/stats/items/00900-00999.xml
index bad5400fc2..c276adca61 100644
--- a/trunk/dist/game/data/stats/items/00900-00999.xml
+++ b/trunk/dist/game/data/stats/items/00900-00999.xml
@@ -672,9 +672,6 @@
-
-
-
diff --git a/trunk/dist/game/data/stats/items/01100-01199.xml b/trunk/dist/game/data/stats/items/01100-01199.xml
index d6cef5739b..22c654dfca 100644
--- a/trunk/dist/game/data/stats/items/01100-01199.xml
+++ b/trunk/dist/game/data/stats/items/01100-01199.xml
@@ -9,9 +9,6 @@
-
-
-
@@ -26,9 +23,6 @@
-
-
-
@@ -43,9 +37,6 @@
-
-
-
@@ -60,9 +51,6 @@
-
-
-
@@ -77,9 +65,6 @@
-
-
-
@@ -94,9 +79,6 @@
-
-
-
diff --git a/trunk/dist/game/data/stats/items/01300-01399.xml b/trunk/dist/game/data/stats/items/01300-01399.xml
index ab6bba3902..834c12e93c 100644
--- a/trunk/dist/game/data/stats/items/01300-01399.xml
+++ b/trunk/dist/game/data/stats/items/01300-01399.xml
@@ -198,9 +198,6 @@
-
-
-
@@ -215,9 +212,6 @@
-
-
-
@@ -232,9 +226,6 @@
-
-
-
@@ -264,9 +255,6 @@
-
-
-
@@ -282,9 +270,6 @@
-
-
-
@@ -299,9 +284,6 @@
-
-
-
@@ -316,9 +298,6 @@
-
-
-
@@ -348,9 +327,6 @@
-
-
-
diff --git a/trunk/dist/game/data/stats/items/02300-02399.xml b/trunk/dist/game/data/stats/items/02300-02399.xml
index dcad9623bf..7eee4073f4 100644
--- a/trunk/dist/game/data/stats/items/02300-02399.xml
+++ b/trunk/dist/game/data/stats/items/02300-02399.xml
@@ -1002,9 +1002,6 @@
-
-
-
@@ -1022,9 +1019,6 @@
-
-
-
@@ -1042,9 +1036,6 @@
-
-
-
@@ -1062,9 +1053,6 @@
-
-
-
@@ -1082,9 +1070,6 @@
-
-
-
@@ -1102,9 +1087,6 @@
-
-
-
@@ -1122,9 +1104,6 @@
-
-
-
@@ -1142,9 +1121,6 @@
-
-
-
@@ -1362,9 +1338,6 @@
-
-
-
@@ -1383,9 +1356,6 @@
-
-
-
@@ -1404,9 +1374,6 @@
-
-
-
@@ -1425,9 +1392,6 @@
-
-
-
diff --git a/trunk/dist/game/data/stats/items/02400-02499.xml b/trunk/dist/game/data/stats/items/02400-02499.xml
index 1e3f79af1b..7085c802f6 100644
--- a/trunk/dist/game/data/stats/items/02400-02499.xml
+++ b/trunk/dist/game/data/stats/items/02400-02499.xml
@@ -12,9 +12,6 @@
-
-
-
@@ -33,9 +30,6 @@
-
-
-
@@ -54,9 +48,6 @@
-
-
-
@@ -75,9 +66,6 @@
-
-
-
@@ -96,9 +84,6 @@
-
-
-
@@ -117,9 +102,6 @@
-
-
-
@@ -138,9 +120,6 @@
-
-
-
@@ -159,9 +138,6 @@
-
-
-
@@ -180,9 +156,6 @@
-
-
-
@@ -201,9 +174,6 @@
-
-
-
@@ -1542,9 +1512,6 @@
-
-
-
@@ -1563,9 +1530,6 @@
-
-
-
@@ -1584,9 +1548,6 @@
-
-
-
@@ -1605,9 +1566,6 @@
-
-
-
@@ -1626,9 +1584,6 @@
-
-
-
@@ -1647,9 +1602,6 @@
-
-
-
diff --git a/trunk/dist/game/data/stats/items/04200-04299.xml b/trunk/dist/game/data/stats/items/04200-04299.xml
index 6b932961a3..054289b5b5 100644
--- a/trunk/dist/game/data/stats/items/04200-04299.xml
+++ b/trunk/dist/game/data/stats/items/04200-04299.xml
@@ -275,9 +275,6 @@
-
-
-
@@ -294,9 +291,6 @@
-
-
-
@@ -343,9 +337,6 @@
-
-
-
@@ -362,9 +353,6 @@
-
-
-
diff --git a/trunk/dist/game/data/stats/items/05200-05299.xml b/trunk/dist/game/data/stats/items/05200-05299.xml
index ebcc7c19a2..c4a1a35355 100644
--- a/trunk/dist/game/data/stats/items/05200-05299.xml
+++ b/trunk/dist/game/data/stats/items/05200-05299.xml
@@ -506,9 +506,6 @@
-
-
-
-
@@ -1090,9 +1087,6 @@
-
-
-
@@ -1110,9 +1104,6 @@
-
-
-
@@ -1177,9 +1168,6 @@
-
-
-
@@ -1199,9 +1187,6 @@
-
-
-
diff --git a/trunk/dist/game/data/stats/items/05300-05399.xml b/trunk/dist/game/data/stats/items/05300-05399.xml
index 44b7d58216..df0eb55a86 100644
--- a/trunk/dist/game/data/stats/items/05300-05399.xml
+++ b/trunk/dist/game/data/stats/items/05300-05399.xml
@@ -77,9 +77,6 @@
-
-
-
@@ -98,9 +95,6 @@
-
-
-
@@ -151,9 +145,6 @@
-
-
-
@@ -204,9 +195,6 @@
-
-
-
@@ -271,9 +259,6 @@
-
-
-
@@ -293,9 +278,6 @@
-
-
-
@@ -459,9 +441,6 @@
-
-
-
@@ -512,9 +491,6 @@
-
-
-
diff --git a/trunk/dist/game/data/stats/items/05700-05799.xml b/trunk/dist/game/data/stats/items/05700-05799.xml
index 31a50b1459..081a1430da 100644
--- a/trunk/dist/game/data/stats/items/05700-05799.xml
+++ b/trunk/dist/game/data/stats/items/05700-05799.xml
@@ -166,9 +166,6 @@
-
-
-
@@ -201,9 +198,6 @@
-
-
-
@@ -236,9 +230,6 @@
-
-
-
@@ -271,9 +262,6 @@
-
-
-
@@ -306,9 +294,6 @@
-
-
-
@@ -341,9 +326,6 @@
-
-
-
@@ -376,9 +358,6 @@
-
-
-
@@ -411,9 +390,6 @@
-
-
-
@@ -446,9 +422,6 @@
-
-
-
@@ -481,9 +454,6 @@
-
-
-
@@ -516,9 +486,6 @@
-
-
-
@@ -551,9 +518,6 @@
-
-
-
@@ -586,9 +550,6 @@
-
-
-
@@ -621,9 +582,6 @@
-
-
-
@@ -656,9 +614,6 @@
-
-
-
@@ -691,9 +646,6 @@
-
-
-
@@ -942,9 +894,6 @@
-
-
-
@@ -977,9 +926,6 @@
-
-
-
@@ -996,9 +942,6 @@
-
-
-
@@ -1031,9 +974,6 @@
-
-
-
@@ -1050,9 +990,6 @@
-
-
-
@@ -1085,9 +1022,6 @@
-
-
-
@@ -1104,9 +1038,6 @@
-
-
-
@@ -1139,9 +1070,6 @@
-
-
-
@@ -1158,9 +1086,6 @@
-
-
-
@@ -1193,9 +1118,6 @@
-
-
-
@@ -1212,9 +1134,6 @@
-
-
-
@@ -1247,9 +1166,6 @@
-
-
-
@@ -1266,9 +1182,6 @@
-
-
-
@@ -1301,9 +1214,6 @@
-
-
-
@@ -1320,9 +1230,6 @@
-
-
-
@@ -1355,9 +1262,6 @@
-
-
-
diff --git a/trunk/dist/game/data/stats/items/06300-06399.xml b/trunk/dist/game/data/stats/items/06300-06399.xml
index 70e59d6305..bc6a3447c7 100644
--- a/trunk/dist/game/data/stats/items/06300-06399.xml
+++ b/trunk/dist/game/data/stats/items/06300-06399.xml
@@ -1260,9 +1260,6 @@
-
-
-
@@ -1281,9 +1278,6 @@
-
-
-
@@ -1301,9 +1295,6 @@
-
-
-
@@ -1321,9 +1312,6 @@
-
-
-
@@ -1340,9 +1328,6 @@
-
-
-
@@ -1362,9 +1347,6 @@
-
-
-
@@ -1452,9 +1434,6 @@
-
-
-
@@ -1473,9 +1452,6 @@
-
-
-
@@ -1493,9 +1469,6 @@
-
-
-
@@ -1513,9 +1486,6 @@
-
-
-
diff --git a/trunk/dist/game/data/stats/items/06600-06699.xml b/trunk/dist/game/data/stats/items/06600-06699.xml
index f217536303..6763f11df8 100644
--- a/trunk/dist/game/data/stats/items/06600-06699.xml
+++ b/trunk/dist/game/data/stats/items/06600-06699.xml
@@ -1251,9 +1251,6 @@
-
-
-
@@ -1272,9 +1269,6 @@
-
-
-
@@ -1292,9 +1286,6 @@
-
-
-
@@ -1312,9 +1303,6 @@
-
-
-
@@ -1331,9 +1319,6 @@
-
-
-
@@ -1353,9 +1338,6 @@
-
-
-
@@ -1443,9 +1425,6 @@
-
-
-
@@ -1464,9 +1443,6 @@
-
-
-
@@ -1484,9 +1460,6 @@
-
-
-
@@ -1504,9 +1477,6 @@
-
-
-
diff --git a/trunk/dist/game/data/stats/items/06900-06999.xml b/trunk/dist/game/data/stats/items/06900-06999.xml
index c18e28bc1e..c23fa5b41f 100644
--- a/trunk/dist/game/data/stats/items/06900-06999.xml
+++ b/trunk/dist/game/data/stats/items/06900-06999.xml
@@ -34,7 +34,6 @@
-
diff --git a/trunk/dist/game/data/stats/items/07000-07099.xml b/trunk/dist/game/data/stats/items/07000-07099.xml
index c0180ef0f0..7a21c5db55 100644
--- a/trunk/dist/game/data/stats/items/07000-07099.xml
+++ b/trunk/dist/game/data/stats/items/07000-07099.xml
@@ -193,7 +193,6 @@
-
diff --git a/trunk/dist/game/data/stats/items/07800-07899.xml b/trunk/dist/game/data/stats/items/07800-07899.xml
index 7a6aac1515..570e349ab9 100644
--- a/trunk/dist/game/data/stats/items/07800-07899.xml
+++ b/trunk/dist/game/data/stats/items/07800-07899.xml
@@ -1005,7 +1005,6 @@
-
@@ -1028,7 +1027,6 @@
-
@@ -1051,7 +1049,6 @@
-
@@ -1136,7 +1133,6 @@
-
@@ -1160,7 +1156,6 @@
-
@@ -1183,7 +1178,6 @@
-
@@ -1223,7 +1217,6 @@
-
@@ -1244,7 +1237,6 @@
-
@@ -1265,7 +1257,6 @@
-
@@ -1342,7 +1333,6 @@
-
@@ -1364,7 +1354,6 @@
-
@@ -1385,7 +1374,6 @@
-
@@ -1425,7 +1413,6 @@
-
@@ -1446,7 +1433,6 @@
-
@@ -1467,7 +1453,6 @@
-
@@ -1544,7 +1529,6 @@
-
@@ -1566,7 +1550,6 @@
-
@@ -1587,7 +1570,6 @@
-
diff --git a/trunk/dist/game/data/stats/items/08600-08699.xml b/trunk/dist/game/data/stats/items/08600-08699.xml
index 6a717ff8e1..a793a8daa5 100644
--- a/trunk/dist/game/data/stats/items/08600-08699.xml
+++ b/trunk/dist/game/data/stats/items/08600-08699.xml
@@ -865,9 +865,6 @@
-
-
-
-
diff --git a/trunk/dist/game/data/stats/items/09000-09099.xml b/trunk/dist/game/data/stats/items/09000-09099.xml
index 68ef679b03..d299bf01dd 100644
--- a/trunk/dist/game/data/stats/items/09000-09099.xml
+++ b/trunk/dist/game/data/stats/items/09000-09099.xml
@@ -795,9 +795,6 @@
-
-
-
@@ -814,9 +811,6 @@
-
-
-
@@ -865,9 +859,6 @@
-
-
-
@@ -885,9 +876,6 @@
-
-
-
@@ -904,9 +892,6 @@
-
-
-
@@ -971,9 +956,6 @@
-
-
-
@@ -991,9 +973,6 @@
-
-
-
@@ -1042,9 +1021,6 @@
-
-
-
@@ -1130,9 +1106,6 @@
-
-
-
@@ -1151,9 +1124,6 @@
-
-
-
@@ -1220,9 +1190,6 @@
-
-
-
@@ -1255,9 +1222,6 @@
-
-
-
@@ -1359,9 +1323,6 @@
-
-
-
@@ -1380,9 +1341,6 @@
-
-
-
@@ -1449,9 +1407,6 @@
-
-
-
@@ -1469,9 +1424,6 @@
-
-
-
@@ -1504,9 +1456,6 @@
-
-
-
@@ -1525,9 +1474,6 @@
-
-
-
@@ -1544,9 +1490,6 @@
-
-
-
@@ -1630,9 +1573,6 @@
-
-
-
@@ -1651,9 +1591,6 @@
-
-
-
@@ -1671,9 +1608,6 @@
-
-
-
@@ -1690,9 +1624,6 @@
-
-
-
@@ -1710,9 +1641,6 @@
-
-
-
@@ -1730,9 +1658,6 @@
-
-
-
@@ -1765,9 +1690,6 @@
-
-
-
@@ -1786,9 +1708,6 @@
-
-
-
@@ -1805,9 +1724,6 @@
-
-
-
@@ -1891,9 +1807,6 @@
-
-
-
@@ -1911,9 +1824,6 @@
-
-
-
@@ -1930,9 +1840,6 @@
-
-
-
@@ -1950,9 +1857,6 @@
-
-
-
@@ -1985,9 +1889,6 @@
-
-
-
@@ -2004,9 +1905,6 @@
-
-
-
diff --git a/trunk/dist/game/data/stats/items/09100-09199.xml b/trunk/dist/game/data/stats/items/09100-09199.xml
index 2c1d19ffa5..f446c9f9e1 100644
--- a/trunk/dist/game/data/stats/items/09100-09199.xml
+++ b/trunk/dist/game/data/stats/items/09100-09199.xml
@@ -29,9 +29,6 @@
-
-
-
@@ -49,9 +46,6 @@
-
-
-
@@ -68,9 +62,6 @@
-
-
-
@@ -415,9 +406,6 @@
-
-
-
diff --git a/trunk/dist/game/data/stats/items/09400-09499.xml b/trunk/dist/game/data/stats/items/09400-09499.xml
index a9f594cca9..36dfe63361 100644
--- a/trunk/dist/game/data/stats/items/09400-09499.xml
+++ b/trunk/dist/game/data/stats/items/09400-09499.xml
@@ -225,9 +225,6 @@
-
-
-
@@ -248,7 +245,6 @@
-
@@ -272,7 +268,6 @@
-
@@ -296,7 +291,6 @@
-
@@ -320,7 +314,6 @@
-
@@ -342,9 +335,6 @@
-
-
-
@@ -362,9 +352,6 @@
-
-
-
@@ -382,9 +369,6 @@
-
-
-
@@ -402,9 +386,6 @@
-
-
-
@@ -552,9 +533,6 @@
-
-
-
@@ -576,7 +554,6 @@
-
@@ -601,7 +578,6 @@
-
@@ -626,7 +602,6 @@
-
@@ -651,7 +626,6 @@
-
@@ -674,9 +648,6 @@
-
-
-
@@ -695,9 +666,6 @@
-
-
-
@@ -715,9 +683,6 @@
-
-
-
@@ -735,9 +700,6 @@
-
-
-
@@ -754,9 +716,6 @@
-
-
-
diff --git a/trunk/dist/game/data/stats/items/09500-09599.xml b/trunk/dist/game/data/stats/items/09500-09599.xml
index 1dd99f122a..fba6bd80f7 100644
--- a/trunk/dist/game/data/stats/items/09500-09599.xml
+++ b/trunk/dist/game/data/stats/items/09500-09599.xml
@@ -167,9 +167,6 @@
-
-
-
@@ -188,9 +185,6 @@
-
-
-
@@ -208,9 +202,6 @@
-
-
-
@@ -228,9 +219,6 @@
-
-
-
@@ -248,9 +236,6 @@
-
-
-
@@ -356,9 +341,6 @@
-
-
-
@@ -378,9 +360,6 @@
-
-
-
@@ -399,9 +378,6 @@
-
-
-
@@ -419,9 +395,6 @@
-
-
-
@@ -439,9 +412,6 @@
-
-
-
@@ -458,9 +428,6 @@
-
-
-
diff --git a/trunk/dist/game/data/stats/items/09800-09899.xml b/trunk/dist/game/data/stats/items/09800-09899.xml
index ff755a4794..6129c86a6b 100644
--- a/trunk/dist/game/data/stats/items/09800-09899.xml
+++ b/trunk/dist/game/data/stats/items/09800-09899.xml
@@ -249,7 +249,6 @@
-
@@ -272,7 +271,6 @@
-
@@ -295,7 +293,6 @@
-
@@ -371,7 +368,6 @@
-
@@ -395,7 +391,6 @@
-
@@ -418,7 +413,6 @@
-
@@ -457,7 +451,6 @@
-
@@ -478,7 +471,6 @@
-
@@ -499,7 +491,6 @@
-
@@ -576,7 +567,6 @@
-
@@ -598,7 +588,6 @@
-
@@ -619,7 +608,6 @@
-
diff --git a/trunk/dist/game/data/stats/items/10000-10099.xml b/trunk/dist/game/data/stats/items/10000-10099.xml
index a9a905a7cb..d9708a3e37 100644
--- a/trunk/dist/game/data/stats/items/10000-10099.xml
+++ b/trunk/dist/game/data/stats/items/10000-10099.xml
@@ -399,9 +399,6 @@
-
-
-
@@ -418,9 +415,6 @@
-
-
-
@@ -469,9 +463,6 @@
-
-
-
@@ -489,9 +480,6 @@
-
-
-
diff --git a/trunk/dist/game/data/stats/items/10100-10199.xml b/trunk/dist/game/data/stats/items/10100-10199.xml
index c332d505a4..0df5894539 100644
--- a/trunk/dist/game/data/stats/items/10100-10199.xml
+++ b/trunk/dist/game/data/stats/items/10100-10199.xml
@@ -155,9 +155,6 @@
-
-
-
@@ -171,9 +168,6 @@
-
-
-
@@ -193,9 +187,6 @@
-
-
-
@@ -214,9 +205,6 @@
-
-
-
@@ -235,9 +223,6 @@
-
-
-
@@ -332,7 +317,6 @@
-
diff --git a/trunk/dist/game/data/stats/items/10200-10299.xml b/trunk/dist/game/data/stats/items/10200-10299.xml
index 565e68c7c9..d3dcf84b08 100644
--- a/trunk/dist/game/data/stats/items/10200-10299.xml
+++ b/trunk/dist/game/data/stats/items/10200-10299.xml
@@ -575,9 +575,6 @@
-
-
-
@@ -598,7 +595,6 @@
-
@@ -622,7 +618,6 @@
-
@@ -646,7 +641,6 @@
-
@@ -670,7 +664,6 @@
-
@@ -752,9 +745,6 @@
-
-
-
@@ -776,7 +766,6 @@
-
@@ -801,7 +790,6 @@
-
@@ -826,7 +814,6 @@
-
@@ -851,7 +838,6 @@
-
diff --git a/trunk/dist/game/data/stats/items/10700-10799.xml b/trunk/dist/game/data/stats/items/10700-10799.xml
index 5ff5034fcc..e9bae4b59c 100644
--- a/trunk/dist/game/data/stats/items/10700-10799.xml
+++ b/trunk/dist/game/data/stats/items/10700-10799.xml
@@ -2924,9 +2924,6 @@
-
-
-
@@ -2946,9 +2943,6 @@
-
-
-
@@ -3006,9 +3000,6 @@
-
-
-
@@ -3049,9 +3040,6 @@
-
-
-
diff --git a/trunk/dist/game/data/stats/items/10800-10899.xml b/trunk/dist/game/data/stats/items/10800-10899.xml
index 8aebff89a1..0cff2290c5 100644
--- a/trunk/dist/game/data/stats/items/10800-10899.xml
+++ b/trunk/dist/game/data/stats/items/10800-10899.xml
@@ -33,9 +33,6 @@
-
-
-
@@ -56,9 +53,6 @@
-
-
-
@@ -80,7 +74,6 @@
-
@@ -105,7 +98,6 @@
-
@@ -130,7 +122,6 @@
-
@@ -155,7 +146,6 @@
-
@@ -241,9 +231,6 @@
-
-
-
@@ -266,7 +253,6 @@
-
@@ -292,7 +278,6 @@
-
@@ -318,7 +303,6 @@
-
@@ -344,7 +328,6 @@
-
@@ -370,7 +353,6 @@
-
@@ -459,9 +441,6 @@
-
-
-
@@ -483,7 +462,6 @@
-
@@ -508,7 +486,6 @@
-
@@ -533,7 +510,6 @@
-
@@ -558,7 +534,6 @@
-
@@ -644,9 +619,6 @@
-
-
-
@@ -669,7 +641,6 @@
-
@@ -695,7 +666,6 @@
-
@@ -721,7 +691,6 @@
-
@@ -747,7 +716,6 @@
-
diff --git a/trunk/dist/game/data/stats/items/11300-11399.xml b/trunk/dist/game/data/stats/items/11300-11399.xml
index 4dfa411db9..c5a0d082c8 100644
--- a/trunk/dist/game/data/stats/items/11300-11399.xml
+++ b/trunk/dist/game/data/stats/items/11300-11399.xml
@@ -1608,9 +1608,6 @@
-
-
-
@@ -1628,9 +1625,6 @@
-
-
-
@@ -1665,9 +1659,6 @@
-
-
-
@@ -1685,9 +1676,6 @@
-
-
-
@@ -1722,9 +1710,6 @@
-
-
-
@@ -1742,9 +1727,6 @@
-
-
-
@@ -1764,9 +1746,6 @@
-
-
-
@@ -1785,9 +1764,6 @@
-
-
-
@@ -1805,9 +1781,6 @@
-
-
-
@@ -1842,9 +1815,6 @@
-
-
-
@@ -1881,9 +1851,6 @@
-
-