[DiscordArchive] I fixed my issue with the playerbots.conf.dist and removed the .dist after the server was already ma
[DiscordArchive] I fixed my issue with the playerbots.conf.dist and removed the .dist after the server was already ma
Archived author: Spargel • Posted: 2025-06-23T06:15:00.662000+00:00
Original source
The .sql files are just scripts if you open them, so they each just have something you could copy and paste into the query field in Heidi and run that to get the change.
Archived author: Mithria • Posted: 2025-06-23T06:15:01.591000+00:00
Original source
typically, modules will put their sql in a folder structure which indicates where they need to go. For example, the transmog module might have an sql that needs to run in the character database located in `modules/mod-transmog/data/sql/db-characters`. in that case, you would run it on acore_characters, not any child tables
Archived author: Tereneckla • Posted: 2025-06-23T06:16:07.726000+00:00
Original source
I don't think you can run things on specific tables
Archived author: Mithria • Posted: 2025-06-23T06:16:21.569000+00:00
Original source
oh right that too
Archived author: Mithria • Posted: 2025-06-23T06:16:28.837000+00:00
Original source
well
Archived author: Mithria • Posted: 2025-06-23T06:17:11.236000+00:00
Original source
actually yeah i cant think of a way where having a table within the relevant database selected would cause any issues
![[Image: image.png?ex=690c3d95&is=690aec15&hm=8c4...81f1261c5&]](https://cdn.discordapp.com/attachments/1255602330431127753/1386591088428711986/image.png?ex=690c3d95&is=690aec15&hm=8c434c7adf8f3a799203b407b3d6390e7dae059532ddd26fb1d833a81f1261c5&)
Archived author: BootlessFawn007 • Posted: 2025-06-23T06:17:57.061000+00:00
Original source
![[Image: image.png?ex=690c3d95&is=690aec15&hm=8c4...81f1261c5&]](https://cdn.discordapp.com/attachments/1255602330431127753/1386591088428711986/image.png?ex=690c3d95&is=690aec15&hm=8c434c7adf8f3a799203b407b3d6390e7dae059532ddd26fb1d833a81f1261c5&)
Archived author: BootlessFawn007 • Posted: 2025-06-23T06:18:40.609000+00:00
Original source
I placed the module in the correct folder, then in Heidi, I don't see a place to run a specific .sql file other than the blue arrow at the top that says execute SQL
Archived author: Mithria • Posted: 2025-06-23T06:18:47.581000+00:00
Original source
isnt that just the azerothcore setup sql
Archived author: Mithria • Posted: 2025-06-23T06:19:00.304000+00:00
Original source
or have you not opened the new one that you're trying to run yet