[DiscordArchive] It looks like you are explicitly editing values that have not been created yet. I would search in th
[DiscordArchive] It looks like you are explicitly editing values that have not been created yet. I would search in th
Archived author: b_man_breal • Posted: 2021-12-29T03:48:43.571000+00:00
Original source
It looks like you are explicitly editing values that have not been created yet. I would search in the .sql files to see if any edit GosipMenuId 5442. Some where there should be a file adding items 3, 4 and 5. Is there a list somewhere for the order in which to apply the sql files? Also why are they separate files? Why not use a single sql script?
Archived author: luchadornado • Posted: 2021-12-29T04:19:31.851000+00:00
Original source
Is there an easy way to reset the db? I'm using the docker setup method. I know I could dump the db or even ctas some tables before modifying, but wondering if there was an azerothcore-specific script/command somewhere that handled wiping/bootstrapping it.
Archived author: Sickbrain • Posted: 2021-12-30T01:44:59.057000+00:00
Original source
one way is to remove the database, create it again with same name, and now start worldserver and it will populate it freshly
Archived author: Sickbrain • Posted: 2021-12-30T01:45:25.357000+00:00
Original source
we can probl add this as a command to the docker setup