Hi,
I cloned Server repo from github and started to build mangos from scratch.
When I run the script 'server/sql/mangos.sql', mysql return the following error:
QuoteERROR 1136 (21S02) at line 1327: Column count doesn't match value count at row 1
I looked into the script and figured out the insert statement line 1327 for creature_template table.
The table has 84 columns but the insert statement provide 85 values.
Recommended Comments