feat: Added logs_ip_action + more (#1157)
This commit is contained in:
parent
6750fd5a73
commit
2a71b2a666
19 changed files with 564 additions and 45 deletions
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include "ScriptLoader.h"
|
||||
#include "ScriptMgr.h"
|
||||
#include "World.h"
|
||||
|
||||
// spells
|
||||
void AddSC_deathknight_spell_scripts();
|
||||
|
|
@ -73,6 +74,7 @@ void AddSC_npc_innkeeper();
|
|||
void AddSC_npcs_special();
|
||||
void AddSC_npc_taxi();
|
||||
void AddSC_achievement_scripts();
|
||||
void AddSC_action_ip_logger();
|
||||
|
||||
//events
|
||||
void AddSC_event_brewfest_scripts();
|
||||
|
|
@ -577,6 +579,7 @@ void AddSC_outdoorpvp_gh();
|
|||
// player
|
||||
void AddSC_chat_log();
|
||||
void AddSC_character_creation();
|
||||
void AddSC_action_ip_logger();
|
||||
|
||||
#endif
|
||||
|
||||
|
|
@ -650,8 +653,9 @@ void AddWorldScripts()
|
|||
AddSC_npcs_special();
|
||||
AddSC_npc_taxi();
|
||||
AddSC_achievement_scripts();
|
||||
AddSC_chat_log();
|
||||
AddSC_chat_log(); // location: scripts\World\chat_log.cpp
|
||||
AddSC_character_creation();
|
||||
AddSC_action_ip_logger(); // location: scripts\World\action_ip_logger.cpp
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue