• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

TrinityCore 3.3.5 How to get older Trinity and Eluna Commit

TheDoctor

Emulation Addict
Hey guys, need help another time -.-
Found out my last server got some Bugs so i thought a updated core would save me, but after i compiled i saw the Game Object rotation has changed 5 days ago and now a lot of my lua scripts doesnt work anymore as they should. So my question is how can i pull an older Trinity AND Eluna commit (and compile it) to redo this changes fast?

Thanks for help!
 

Rochet2

Moderator / Eluna Dev
You can clone ElunaTrinityWotlk then look in that repository's github how old commit you want and take that commit hash (it has to be a commit made by Eluna team).
Then just checkout that commit in git with git checkout sdf67d6fs8f
where that last part is the commit hash.

Then do the regular installation steps like git submodule init git submodule update and cmake and compiling etc.
 
Top