mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
feat(Command): Remove spy command from AC and make it a module (#1401)
This commit is contained in:
committed by
Francesco Borzì
parent
d4ab165888
commit
f0913b7da8
@@ -55,7 +55,6 @@ void AddSC_reload_commandscript();
|
||||
void AddSC_reset_commandscript();
|
||||
void AddSC_server_commandscript();
|
||||
void AddSC_spectator_commandscript();
|
||||
void AddSC_spy_commandscript();
|
||||
void AddSC_tele_commandscript();
|
||||
void AddSC_ticket_commandscript();
|
||||
void AddSC_titles_commandscript();
|
||||
@@ -632,7 +631,6 @@ 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