[DiscordArchive] Why is it that we are loading stuff from the database and the database is empty but it still works?
[DiscordArchive] Why is it that we are loading stuff from the database and the database is empty but it still works?
Archived author: Claudiodfc • Posted: 2021-11-22T20:36:55.544000+00:00
Original source
Why is it that we are loading stuff from the database and the database is empty but it still works?
Archived author: Claudiodfc • Posted: 2021-11-22T20:37:54.349000+00:00
Original source
for example, `LOAD_DBC(sSkillRaceClassInfoStore, "SkillRaceClassInfo.dbc", "skillraceclassinfo_dbc");`
Archived author: FALL1N • Posted: 2021-11-22T20:38:10.605000+00:00
Original source
what exactly do you mean
Archived author: Claudiodfc • Posted: 2021-11-22T20:38:23.848000+00:00
Original source
that table is empty right now but we are loading correct skills for characters
Archived author: FALL1N • Posted: 2021-11-22T20:38:42.203000+00:00
Original source
most eventually it will be used in the future
Archived author: Claudiodfc • Posted: 2021-11-22T20:39:17.719000+00:00
Original source
well, then why did Yehonal had to change the last part to nullptr on one of the DBCs
Archived author: Claudiodfc • Posted: 2021-11-22T20:39:39.547000+00:00
Original source
because, if it's just there but empty it shouldn't be much of an issue
Archived author: FALL1N • Posted: 2021-11-22T20:39:54.135000+00:00
Original source
nullptr means empty/null a.k.a no table
Archived author: Claudiodfc • Posted: 2021-11-22T20:39:56.715000+00:00
Original source
do you get what I mean?
Archived author: Claudiodfc • Posted: 2021-11-22T20:40:02.297000+00:00
Original source
or am I being confusing