So, I'm currently trying to add the +12 npc to my TQ binaries server, and I keep getting an issue with the query when I try to run it.
[SQL] INSERT INTO cq_npc VALUES(0453, 0, 0, "MoonGoddess", 0002, 4053, -1, 5000, 0047, 0074, 1400,
0,0,0,0,0,0,0, 0,0,0,0, "", 0, 00, 00, 0000, 01, 0000 );
[Err] 1136 - Column count doesn't match value count at row 1
that is the error I am receiving so if anyone knows how to fix it please respond.
Also I'm using navicat 8.0.20 lite to edit it.
[SQL] INSERT INTO cq_npc VALUES(0453, 0, 0, "MoonGoddess", 0002, 4053, -1, 5000, 0047, 0074, 1400,
0,0,0,0,0,0,0, 0,0,0,0, "", 0, 00, 00, 0000, 01, 0000 );
[Err] 1136 - Column count doesn't match value count at row 1
that is the error I am receiving so if anyone knows how to fix it please respond.
Also I'm using navicat 8.0.20 lite to edit it.