Quote:
INSERT INTO `armor` VALUES (485, 'Tattoo of Power', 'chest', 'false', 'light', 4200, 'dyestuff', 'none', 0, 90, 53, 0, 0, 36900, 0, 'true');
INSERT INTO `armor` VALUES (486, 'Tattoo of Fire', 'chest', 'true', 'light', 4050, 'dyestuff', 'd', 0, 90, 73, 0, 0, 152000, 276, 'true');
INSERT INTO `armor` VALUES (487, 'Tattoo of Resolve', 'chest', 'true', 'light', 4000, 'dyestuff', 'd', 0, 90, 73, 0, 0, 152000, 276, 'true');
INSERT INTO `armor` VALUES (488, 'Tattoo of Flame', 'chest', 'true', 'light', 800, 'dyestuff', 'b', 0, 90, 139, 0, 0, 3470000, 462, 'true');
INSERT INTO `armor` VALUES (489, 'Tattoo of Bravery', 'chest', 'true', 'light', 4100, 'dyestuff', 'c', 0, 90, 110, 0, 0, 1070000, 428, 'true');
INSERT INTO `armor` VALUES (490, 'Tattoo of Blood', 'chest', 'true', 'light', 3800, 'dyestuff', 'a', 0, 90, 132, 0, 0, 3470000, 462, 'true');
INSERT INTO `armor` VALUES (491, 'Tattoo of Absolute', 'chest', 'true', 'light', 800, 'dyestuff', 'a', 0, 90, 146, 0, 0, 5280000, 422, 'true');
INSERT INTO `armor` VALUES (492, 'Tattoo of Soul', 'chest', 'true', 'light', 4150, 'dyestuff', 'd', 0, 90, 65, 0, 0, 99900, 181, 'true');
INSERT INTO `armor` VALUES (493, 'Tattoo of Avadon', 'chest', 'true', 'light', 4000, 'dyestuff', 'b', 0, 90, 117, 0, 0, 1560000, 208, 'true');
INSERT INTO `armor` VALUES (494, 'Tattoo of Doom', 'chest', 'true', 'light', 4100, 'dyestuff', 'b', 0, 90, 125, 0, 0, 2410000, 321, 'true');
INSERT INTO `armor` VALUES (495, 'Tattoo of Pledge', 'chest', 'true', 'light', 4000, 'dyestuff', 'b', 0, 90, 124, 0, 0, 1560000, 208, 'true');
INSERT INTO `armor` VALUES (496, 'Tattoo of Divine', 'chest', 'true', 'light', 4100, 'dyestuff', 'b', 0, 90, 131, 0, 0, 2410000, 321, 'true');
to this:
Quote:
INSERT INTO `armor` VALUES (485, 'Tattoo of Power', 'underwear', 'false', 'none', 4200, 'dyestuff', 'none', 0, 90, 53, 0, 0, 36900, 0, 'true');
INSERT INTO `armor` VALUES (486, 'Tattoo of Fire', 'underwear', 'true', 'none', 4050, 'dyestuff', 'd', 0, 90, 73, 0, 0, 152000, 276, 'true');
INSERT INTO `armor` VALUES (487, 'Tattoo of Resolve', 'underwear', 'true', 'none', 4000, 'dyestuff', 'd', 0, 90, 73, 0, 0, 152000, 276, 'true');
INSERT INTO `armor` VALUES (488, 'Tattoo of Flame', 'underwear', 'true', 'none', 800, 'dyestuff', 'b', 0, 90, 139, 0, 0, 3470000, 462, 'true');
INSERT INTO `armor` VALUES (489, 'Tattoo of Bravery', 'underwear', 'true', 'none', 4100, 'dyestuff', 'c', 0, 90, 110, 0, 0, 1070000, 428, 'true');
INSERT INTO `armor` VALUES (490, 'Tattoo of Blood', 'underwear', 'true', 'none', 3800, 'dyestuff', 'a', 0, 90, 132, 0, 0, 3470000, 462, 'true');
INSERT INTO `armor` VALUES (491, 'Tattoo of Absolute', 'underwear', 'true', 'none', 800, 'dyestuff', 'a', 0, 90, 146, 0, 0, 5280000, 422, 'true');
INSERT INTO `armor` VALUES (492, 'Tattoo of Soul', 'underwear', 'true', 'none', 4150, 'dyestuff', 'd', 0, 90, 65, 0, 0, 99900, 181, 'true');
INSERT INTO `armor` VALUES (493, 'Tattoo of Avadon', 'underwear', 'true', 'none', 4000, 'dyestuff', 'b', 0, 90, 117, 0, 0, 1560000, 208, 'true');
INSERT INTO `armor` VALUES (494, 'Tattoo of Doom', 'underwear', 'true', 'none', 4100, 'dyestuff', 'b', 0, 90, 125, 0, 0, 2410000, 321, 'true');
INSERT INTO `armor` VALUES (495, 'Tattoo of Pledge', 'underwear', 'true', 'none', 4000, 'dyestuff', 'b', 0, 90, 124, 0, 0, 1560000, 208, 'true');
INSERT INTO `armor` VALUES (496, 'Tattoo of Divine', 'underwear', 'true', 'none', 4100, 'dyestuff', 'b', 0, 90, 131, 0, 0, 2410000, 321, 'true');
and rerun the install batch file and (u)pdate again OR