Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk into dir-restructure
This commit is contained in:
commit
403ed2600f
445 changed files with 49192 additions and 15431 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue