mirror of
https://github.com/webluke/mod-grownup.git
synced 2026-01-13 09:17:23 +00:00
first commit
This commit is contained in:
11
src/GU_loader.cpp
Normal file
11
src/GU_loader.cpp
Normal 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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user