Closed tdauth closed 1 month ago
library WoWReforgedGameInfo call AddVersion("2.1") call AddChange("Fixed bla") // Copied from README.md function Init takes nothing returns nothing call AddNewFeature("This is my feature") call AddCredits("bla: bla") endfunction endlibrary
Adding the changes in code would remove them from the trigger comments?
Done.