[DiscordArchive] Are there any rules regarding the server - when does it use hardcoded data (probably easy, at least
[DiscordArchive] Are there any rules regarding the server - when does it use hardcoded data (probably easy, at least
![[Image: unknown.png?ex=690c0915&is=690ab795&hm=a...55a8f87d3&]](https://cdn.discordapp.com/attachments/369084351129845760/859803957723529262/unknown.png?ex=690c0915&is=690ab795&hm=a13d3f29e0e1497ad0272402db736136a771acda1ff62086c023b9455a8f87d3&)
Archived author: Claudiodfc • Posted: 2021-06-30T14:33:58.396000+00:00
Original source
If you search for DBC in WorldDatabase prepared statements, there aren't any tables loaded.
![[Image: unknown.png?ex=690c0915&is=690ab795&hm=a...55a8f87d3&]](https://cdn.discordapp.com/attachments/369084351129845760/859803957723529262/unknown.png?ex=690c0915&is=690ab795&hm=a13d3f29e0e1497ad0272402db736136a771acda1ff62086c023b9455a8f87d3&)
Archived author: Claudiodfc • Posted: 2021-06-30T14:34:29.776000+00:00
Original source
most likely there's nothing implemented for DBC on the database
Archived author: Einkatzi • Posted: 2021-06-30T18:08:44.750000+00:00
Original source
I can hardly imagine that. There are a lot of empty _dbc tables in the mysql database, and many of them have names that sound like they're critical to the basic game function (like areatable_dbc, faction_dbc, map_dbc ...). So I guess there must be some function in the code that prepares the DBCs to be queried just like sql databases - which makes sense to me.