cmangos / issues

This repository is used as a centralized point for all issues regarding CMaNGOS.
179 stars 47 forks source link

query ERROR: Table 'mangos.faction_store' doesn't exist #1633

Closed EGSilver closed 6 years ago

EGSilver commented 6 years ago

@killerwife when using the last repack i'm getting these errors when booting the server. when i compile myself i am able to run. what am i missing here?

2018-06-25 22:42:36 2018-06-25 22:42:36 Loading faction_store... 2018-06-25 22:42:36 ERROR:SQL: SELECT MAX(entry) FROM faction_store 2018-06-25 22:42:36 ERROR:query ERROR: Table 'mangos.faction_store' doesn't exist 2018-06-25 22:42:36 ERROR:Error loading faction_store table (not exist?)

killerwife commented 6 years ago

Rebuild DB. It gets auto added when a script is rerun.

killerwife commented 6 years ago

Also fyi, the table is in cmangos\mangos-tbc\sql\base\dbc\original_data FactionStore.sql

EGSilver commented 6 years ago

Cannot even find the sql file in that folder, might be blind but its not there.

killerwife commented 6 years ago

https://github.com/cmangos/mangos-tbc/tree/master/sql/base/dbc/original_data It is there even in the repository.

EGSilver commented 6 years ago

Yeah, just figured that out as well, was looking on my desktop, sorry. it's quite early. Thanks!