mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
13 lines
319 B
C++
13 lines
319 B
C++
/*
|
|
* Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3
|
|
*/
|
|
|
|
// From SC
|
|
void AddSC_mod_individual_progression();
|
|
|
|
void Addmod_individual_progressionScripts()
|
|
{
|
|
AddSC_mod_individual_progression();
|
|
}
|
|
|