first commit

This commit is contained in:
WebLuke
2025-09-09 12:44:01 -06:00
commit 442462cdcf
18 changed files with 374 additions and 0 deletions

11
src/GU_loader.cpp Normal file
View File

@@ -0,0 +1,11 @@
void AddGrowUpScripts();
// Add all
// cf. the naming convention https://github.com/azerothcore/azerothcore-wotlk/blob/master/doc/changelog/master.md#how-to-upgrade-4
// additionally replace all '-' in the module folder name with '_' here
void Addmod_grownupScripts()
{
AddGrowUpScripts();
}