feat(Core/Maps): port spawn system/dynamic spawns from TrinityCore (#25206)
Co-authored-by: r00ty-tc <r00ty-tc@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a8d327f21c
commit
f5c4de92eb
33 changed files with 1456 additions and 114 deletions
|
|
@ -51,6 +51,7 @@ void AddSC_modify_commandscript();
|
|||
void AddSC_npc_commandscript();
|
||||
void AddSC_pet_commandscript();
|
||||
void AddSC_player_commandscript();
|
||||
void AddSC_pool_commandscript();
|
||||
void AddSC_pooltools_commandscript();
|
||||
void AddSC_quest_commandscript();
|
||||
void AddSC_reload_commandscript();
|
||||
|
|
@ -107,6 +108,7 @@ void AddCommandsScripts()
|
|||
AddSC_npc_commandscript();
|
||||
AddSC_pet_commandscript();
|
||||
AddSC_player_commandscript();
|
||||
AddSC_pool_commandscript();
|
||||
AddSC_pooltools_commandscript();
|
||||
AddSC_quest_commandscript();
|
||||
AddSC_reload_commandscript();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue