mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
CMake - Made it easier to add your custom scripts (#703)
This commit is contained in:
@@ -1171,3 +1171,15 @@ void AddOutdoorPvPScripts()
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
//~ ********************** Put your custom scripts below, like the commented examples, uncomment and edit *************************************
|
||||
|
||||
|
||||
//~ void AddSC_MySuperScript();
|
||||
|
||||
void AddCustomScripts()
|
||||
{
|
||||
#ifdef SCRIPTS
|
||||
//~ AddSC_MySuperScript();
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user