Was looking at this thread and was installing the SQL files provided in it (http://www.mmowned.com/forums/ascent...dvanced-2.html) and when I run the SQL batch it spouts out this error for every single entry:
Code:
[Err] 1136 - Column count doesn't match value count at row 1
[Err] INSERT INTO `gameobject_names` VALUES ('70100', '5', '6815', 'Uther Statue', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
[Msg] Finished - Unsuccessfully
I know it means the column count isn't matching up. I'm using Navicat and have the "continue on errors" option checked but I see no other option to ignore additional columns or anything like that - any ideas?