mirror of
https://github.com/webluke/mod-grownup.git
synced 2026-01-13 01:08:39 +00:00
12 lines
299 B
C++
12 lines
299 B
C++
|
|
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();
|
|
}
|
|
|