mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
Scripts/Commands: Add tele and event commands to commandscripts system and streamlining the command selection process to ensure the correct command is run when using abbreviations
Patch by Paradox (some cleanups was needed) --HG-- branch : trunk
This commit is contained in:
@@ -47,12 +47,12 @@ void AddSC_SmartSCripts();
|
||||
//Commands
|
||||
void AddSC_account_commandscript();
|
||||
void AddSC_achievement_commandscript();
|
||||
void AddSC_debug_commandscript();
|
||||
void AddSC_gm_commandscript();
|
||||
void AddSC_npc_commandscript();
|
||||
void AddSC_go_commandscript();
|
||||
void AddSC_learn_commandscript();
|
||||
void AddSC_modify_commandscript();
|
||||
void AddSC_debug_commandscript();
|
||||
void AddSC_npc_commandscript();
|
||||
|
||||
#ifdef SCRIPTS
|
||||
//world
|
||||
@@ -623,12 +623,12 @@ void AddCommandScripts()
|
||||
{
|
||||
AddSC_account_commandscript();
|
||||
AddSC_achievement_commandscript();
|
||||
AddSC_debug_commandscript();
|
||||
AddSC_gm_commandscript();
|
||||
AddSC_npc_commandscript();
|
||||
AddSC_go_commandscript();
|
||||
AddSC_learn_commandscript();
|
||||
AddSC_modify_commandscript();
|
||||
AddSC_debug_commandscript();
|
||||
AddSC_npc_commandscript();
|
||||
}
|
||||
|
||||
void AddWorldScripts()
|
||||
|
||||
Reference in New Issue
Block a user