mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
fix(Core/Command): fix startup error
This commit is contained in:
committed by
Francesco Borzì
parent
e1b506fafa
commit
987095e2c9
@@ -54,7 +54,7 @@ void AddSC_reload_commandscript();
|
||||
void AddSC_reset_commandscript();
|
||||
void AddSC_server_commandscript();
|
||||
void AddSC_spectator_commandscript();
|
||||
void AddSC_spy_scripts();
|
||||
void AddSC_spy_commandscript();
|
||||
void AddSC_tele_commandscript();
|
||||
void AddSC_ticket_commandscript();
|
||||
void AddSC_titles_commandscript();
|
||||
@@ -629,6 +629,7 @@ void AddCommandScripts()
|
||||
AddSC_reload_commandscript();
|
||||
AddSC_reset_commandscript();
|
||||
AddSC_spectator_commandscript();
|
||||
AddSC_spy_commandscript();
|
||||
AddSC_tele_commandscript();
|
||||
AddSC_ticket_commandscript();
|
||||
AddSC_titles_commandscript();
|
||||
|
||||
Reference in New Issue
Block a user