[DiscordArchive] Hey, i couldn't really find anything about this, how is the sql set into the database during compili
[DiscordArchive] Hey, i couldn't really find anything about this, how is the sql set into the database during compili
Archived author: Fero • Posted: 2020-06-09T12:33:14.817000+00:00
Original source
Hey, i couldn't really find anything about this, how is the sql set into the database during compiling?
Archived author: Fero • Posted: 2020-06-09T12:33:54.319000+00:00
Original source
i'm assuming the data is taken from the SQL queries found in the Trinitycore/sql folder, but which one does it use? updates/old/base ect?
Archived author: Fero • Posted: 2020-06-09T12:46:11.489000+00:00
Original source
and where are all the DBC files generated from?
Archived author: Jinnai • Posted: 2020-06-09T12:46:33.366000+00:00
Original source
dbc are extracted from the client
Archived author: MaxtorCoder • Posted: 2020-06-09T12:46:38.988000+00:00
Original source
> how is the sql set into the database during compiling?
It isn't
> and where are all the DBC files generated from?
You export them from the client.
Archived author: Fero • Posted: 2020-06-09T12:47:14.838000+00:00
Original source
the DBC files i actually knew (brainfart) but isn't the data insert into the database during compiling or afterwards?