[DiscordArchive] You still can't create the characters because of the error?
[DiscordArchive] You still can't create the characters because of the error?
Archived author: BootlessFawn007 • Posted: 2025-06-25T07:13:46.777000+00:00
Original source
When you did the .patch, what happened? Cause when I ran that thing you use in command, it just went to the next line after I pressed Enter, didn't confirm or error
Archived author: Mithria • Posted: 2025-06-25T07:14:04.684000+00:00
Original source
i ran it a different way
Archived author: BootlessFawn007 • Posted: 2025-06-25T07:14:40.518000+00:00
Original source
Oh? Im wondering if that's what the issue was, but with this current issue, udk if that'll just fix it all
Archived author: Mithria • Posted: 2025-06-25T07:16:02.475000+00:00
Original source
from the ac source directory (azerothcore-wotlk) i did
`patch -p1 -f --dry-run < "./modules/mod-worgoblin/worgoblin.patch"`
to do a dry run and see what happens. all hunks reported success, so i committed it with
`patch -p1 < "./modules/mod-worgoblin/worgoblin.patch"`
Archived author: Mithria • Posted: 2025-06-25T07:16:11.382000+00:00
Original source
but git way should have worked fine
Archived author: Mithria • Posted: 2025-06-25T07:16:20.754000+00:00
Original source
i suspect a different issue for you, i'll see after core compiles
Archived author: Mithria • Posted: 2025-06-25T07:16:49.419000+00:00
Original source
im also on linux, idk if windows has patch natively
Archived author: BootlessFawn007 • Posted: 2025-06-25T07:17:38.664000+00:00
Original source
Right, I just want to reset my DB and remove modules for a fresh retry next time I have time, I gotta get off for the night so I'll check back here tomorrow
Archived author: BootlessFawn007 • Posted: 2025-06-25T07:17:52.099000+00:00
Original source
TY for going through to test
Archived author: Shako • Posted: 2025-06-25T07:36:51.634000+00:00
Original source
Hey guys, for a long time I had test realm for my self. right now I want to make a public server and I want to reset all achievements characters all progress etc.. how can I do it easly without removing other things I have already done in my server? I was thinking to drop characters database but I think I have some changes there too some (some modules using it probably if imnot wrong )