[DiscordArchive] Obviously it isn't?
[DiscordArchive] Obviously it isn't?
Archived author: MaxtorCoder • Posted: 2021-03-03T14:19:42.575000+00:00
Original source
Obviously it isn't?
Archived author: MaxtorCoder • Posted: 2021-03-03T14:19:44.884000+00:00
Original source
Ever coded? <:KEKW:812260190362533889>
Archived author: KalTheDrow • Posted: 2021-03-03T14:19:54.498000+00:00
Original source
Serithul I git pull locally, merge it with changes I have, upload it to my own gitlab and my server pulls it from there, so push/pull remotes are seperated. Because i'm mixing other branches of changes, I assume I won't appear as a clean 335
Archived author: Serithul • Posted: 2021-03-03T14:19:55.887000+00:00
Original source
<@!461594726332628993> you may be interested in this https://github.com/TrinityCore/TrinityCoreCustomChanges
[Embed: TrinityCore/TrinityCoreCustomChanges]
TrinityCore 3.3.5a custom patches, read wiki to get diffs - TrinityCore/TrinityCoreCustomChanges
https://github.com/TrinityCore/TrinityCoreCustomChanges
Archived author: ZaDarkSide • Posted: 2021-03-03T14:21:49.377000+00:00
Original source
You are not helping
Archived author: Serithul • Posted: 2021-03-03T14:22:09.689000+00:00
Original source
If you have all your custom changes saved somewhere, you can do a clean 3.3.5 pull, branch it out and implement your changes, and then whenever there are updates on 3.3.5, pull them on the original branch and merge them on yours
Archived author: Serithul • Posted: 2021-03-03T14:22:20.803000+00:00
Original source
It could help in many ways
Archived author: Serithul • Posted: 2021-03-03T14:22:36.529000+00:00
Original source
both for whenever you have issues, like now, and for whenever there are updates
Archived author: KalTheDrow • Posted: 2021-03-03T14:22:57.486000+00:00
Original source
I have a clean copy of 335, and then I merge 335 -> mymaster
Archived author: KalTheDrow • Posted: 2021-03-03T14:23:16.470000+00:00
Original source
mymaster = 335 plus 2 other repos, plus my custom changes branch