Muehe@lemmy.ml to Programmer Humor@lemmy.ml · 3 days agoWhen people ask how your plan for life is going...lemmy.mlimagemessage-square13linkfedilinkarrow-up1172arrow-down10file-text
arrow-up1172arrow-down1imageWhen people ask how your plan for life is going...lemmy.mlMuehe@lemmy.ml to Programmer Humor@lemmy.ml · 3 days agomessage-square13linkfedilinkfile-text
For reference, yes, the screenshot is real, it’s from here: https://github.com/TrinityCore/TrinityCore/tree/3.3.5
minus-squareNate@programming.devlinkfedilinkEnglisharrow-up5·edit-21 day agoAt what point have you just forked yourself in the same repo? Edit: actually that’s basically what it is At the moment, TrinityCore supports 3 main branches: 3.3.5 targeting original 2010 wow 3.3.5a, you need wow 3.3.5a.12340 client for it to run, wotlk 3.4 client is incompatible. best for starters cata_classic targeting 2024 wow 4.4 retail cata classic, you need wow 4.4.x client for it to run, cata 4.3.4 client is incompatible. very beta master usually targeting current retail version. a lot of missing content
At what point have you just forked yourself in the same repo?
Edit: actually that’s basically what it is