mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk into dir-restructure
This commit is contained in:
@@ -46,6 +46,7 @@ void AddSC_list_commandscript();
|
||||
void AddSC_lookup_commandscript();
|
||||
void AddSC_message_commandscript();
|
||||
void AddSC_misc_commandscript();
|
||||
void AddSC_mmaps_commandscript();
|
||||
void AddSC_modify_commandscript();
|
||||
void AddSC_npc_commandscript();
|
||||
void AddSC_quest_commandscript();
|
||||
@@ -616,6 +617,7 @@ void AddCommandScripts()
|
||||
AddSC_lookup_commandscript();
|
||||
AddSC_message_commandscript();
|
||||
AddSC_misc_commandscript();
|
||||
AddSC_mmaps_commandscript();
|
||||
AddSC_modify_commandscript();
|
||||
AddSC_npc_commandscript();
|
||||
AddSC_quest_commandscript();
|
||||
@@ -1169,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