Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1146] Table 'acore_world.charsections_dbc' doesn't exist #167

Closed
peckwood opened this issue Mar 17, 2023 · 2 comments
Closed

[1146] Table 'acore_world.charsections_dbc' doesn't exist #167

peckwood opened this issue Mar 17, 2023 · 2 comments

Comments

@peckwood
Copy link

When starting world server, it reports

[1146] Table 'acore_world.charsections_dbc' doesn't exist
Your database structure is not up to date. Please make sure you've executed all queries in the sql/updates folders.

However, I cannot find table charsections_dbc in any of the sql files inside sql/updates.

I built the server from https://github.com/ZhengPeiRu21/azerothcore-wotlk/tree/Playerbot

@Barry-Beez
Copy link

Hey, I had this issue too but it's an easy fix: just build with mod-playerbots in the module folder of the source AzerothCore folder.
FIY, the file is located at the mod-playerbots/sql/world folder.

Your database structure is not up to date. Please make sure you've executed all queries in the sql/updates folders.

What you see on the server command prompt is because it has no way to know the sql file you want to update with is in a module, so it asks you to check the expected directory for an sql update, eg: sql/updates.

When you have an issue like this one, just do a search on all your source files, this is the way I solved many issues I had: once you find what you're looking for they're easy to fix!
Hopefully this answer will help you and others with this issue, enjoy.

Thanks a lot ZhengPeiRu21 for this module, you're the man!
I'll try to learn as much as I can and hopefully contribute one day.

@peckwood
Copy link
Author

I copied mod-playerbots inside the module folder and built, now the bots are working now! Thanks Barry-Beez!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants