i try to make item can increase bonus on equipment like normal eudemon server but i have problem at itemaddition can someone help me?
INSERT INTO `cq_itemaddition` VALUES
('1000','117000','1','0','0','0','4','0','0','3',' 0','0'),
('1001','117000','2','0','0','0','7','0','0','6',' 0','0'),
('1002','117000','3','0','0','0','11','0','0','9', '0','0'),
('1003','117000','4','0','0','0','14','0','0','12' ,'0','0'),
('1004','117000','5','0','0','0','18','0','0','15' ,'0','0'),
('1005','117000','6','0','0','0','22','0','0','18' ,'0','0'),
('1006','117000','7','0','0','0','25','0','0','21' ,'0','0'),
('1007','117000','8','0','0','0','29','0','0','24' ,'0','0'),
('1008','117000','9','0','0','0','36','0','0','30' ,'0','0'),
('1009','117000','10','0','0','0','43','0','0','36 ','0','0'),
('1010','117000','11','0','0','0','54','0','0','45 ','0','0'),
('1011','117000','12','0','0','0','72','0','0','60 ','0','0'),
('1012','117000','100','0','0','0','200','0','0',' 200','0','0'),
('1012','117000','120','0','0','0','400','0','0',' 400','0','0'),
('1012','117000','150','0','0','0','600','0','0',' 600','0','0'),
('1012','117000','200','0','0','0','800','0','0',' 800','0','0','0'),
('1012','117000','255','0','0','0','1000','0','0', '1000','0','0');
but i get some error like this->([Err] 1136 - Column count doesn't match value count at row 1).